Fix first comic for Achewood (fixes #175)
This commit is contained in:
parent
ab1217b1c0
commit
fd779475c1
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue