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