Fix StickyDillyBuns
This commit is contained in:
parent
3030355da1
commit
19865eddf7
1 changed files with 4 additions and 8 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue