Remove useless page skip in GirlGenius (fixes #306)
This commit is contained in:
parent
cfe5738151
commit
2e912bcd2c
1 changed files with 0 additions and 4 deletions
|
@ -64,10 +64,6 @@ class GirlGenius(ParserScraper):
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
help = 'Index format: yyyymmdd'
|
help = 'Index format: yyyymmdd'
|
||||||
|
|
||||||
def shouldSkipUrl(self, url, data):
|
|
||||||
"""Skip pages without images."""
|
|
||||||
return not data.xpath('//div[@id="comicbody"]//img[contains(@src, "comic")]')
|
|
||||||
|
|
||||||
|
|
||||||
class GirlsWithSlingshots(ComicControlScraper):
|
class GirlsWithSlingshots(ComicControlScraper):
|
||||||
url = 'https://girlswithslingshots.com/'
|
url = 'https://girlswithslingshots.com/'
|
||||||
|
|
Loading…
Reference in a new issue