Fix BetweenFailures

This commit is contained in:
Tobias Gruetzmacher 2020-09-29 22:22:55 +02:00
parent 3330162c6b
commit bbac2f99a7

View file

@ -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'