Fix StickyDillyBuns

This commit is contained in:
Tobias Gruetzmacher 2022-06-06 15:09:58 +02:00
parent 3030355da1
commit 19865eddf7

View file

@ -566,14 +566,10 @@ class StationV3(_ParserScraper):
help = 'Index format: yyyymmdd'
class StickyDillyBuns(_BasicScraper):
url = 'http://www.stickydillybuns.com/'
stripUrl = url + 'strips-sdb/%s'
firstStripUrl = stripUrl % 'awesome_leading_man'
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-sdb/[^"]+)',
before="cn[id]prev"))
help = 'Index format: name'
class StickyDillyBuns(ComicControlScraper):
url = 'https://pixietrixcomix.com/sticky-dilly-buns/'
firstStripUrl = url + 'awesome-leading-man'
endOfLife = True
class StreetFighter(ComicControlScraper):