Skip to content

Commit

Permalink
Remove useless page skip in GirlGenius (fixes #306)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Mar 17, 2024
1 parent cfe5738 commit 2e912bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dosagelib/plugins/g.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ class GirlGenius(ParserScraper):
multipleImagesPerStrip = True
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):
url = 'https://girlswithslingshots.com/'
Expand Down

0 comments on commit 2e912bc

Please sign in to comment.