Fix BetweenFailures
This commit is contained in:
parent
3330162c6b
commit
bbac2f99a7
1 changed files with 3 additions and 6 deletions
|
@ -128,13 +128,10 @@ class BetterDays(_ParserScraper):
|
||||||
endOfLife = True
|
endOfLife = True
|
||||||
|
|
||||||
|
|
||||||
class BetweenFailures(_BasicScraper):
|
class BetweenFailures(_WPWebcomic):
|
||||||
url = 'http://betweenfailures.com/'
|
url = 'https://betweenfailures.com/'
|
||||||
rurl = escape(url)
|
|
||||||
stripUrl = url + 'comics1/%s'
|
stripUrl = url + 'comics1/%s'
|
||||||
imageSearch = compile(tagre("img", "src", r'(%swp-content/uploads/\d+/\d+/\d+-\d+-\d+[^"]+)' % rurl))
|
firstStripUrl = stripUrl % 'every-story-has-to-start-somewhere'
|
||||||
prevSearch = compile(tagre("a", "href", r'(%scomics1/[^"]+)' % rurl,
|
|
||||||
after="previous"))
|
|
||||||
help = 'Index format: stripname'
|
help = 'Index format: stripname'
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue