We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617dc52 commit 59813e3Copy full SHA for 59813e3
apps/mangachan/detail.py
@@ -26,7 +26,6 @@ class MangachanDetailSpider(scrapy.Spider):
26
}
27
28
def parse(self, response: HtmlResponse, **kwargs):
29
- raise Exception("asdas")
30
identifier = response.url[len(url_prefix(response.url)) :]
31
32
description = response.xpath('//div[@id="description"]/text()').extract_first()
0 commit comments