Fix first comic for Achewood (fixes #175)

This commit is contained in:
Tobias Gruetzmacher 2020-09-26 09:31:31 +02:00
parent ab1217b1c0
commit fd779475c1

View file

@ -60,7 +60,7 @@ class AcademyVale(_BasicScraper):
class Achewood(_BasicScraper):
url = 'http://www.achewood.com/'
stripUrl = url + 'index.php?date=%s'
firstStripUrl = stripUrl % '00000000'
firstStripUrl = stripUrl % '10012001'
imageSearch = compile(tagre("img", "src", r'(/comic\.php\?date=\d+)'))
prevSearch = compile(tagre("a", "href", r'(index\.php\?date=\d+)',
after="Previous"))