Fix hagarthehorrible
This commit is contained in:
parent
3eaccd7536
commit
141d5113de
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class HagarTheHorrible(_BasicScraper):
|
|||
stripUrl = 'http://www.hagardunor.net/comicstrips_us.php?serietype=9&colortype=1&serieno=%s'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
multipleImagesPerStrip = True
|
||||
imageSearch = compile(tagre("img", "src", r'(stripus\d+/Hagar_The_Horrible_\d+[^ >]+)', quote=""))
|
||||
imageSearch = compile(tagre("img", "src", r'(stripus\d+/Hagar_The_Horrible_?\d+[^ >]+)', quote=""))
|
||||
prevUrl = r'(comicstrips_us\.php\?serietype\=9\&colortype\=1\&serieno\=\d+)'
|
||||
prevSearch = compile(tagre("a", "href", prevUrl, after="Previous"))
|
||||
help = 'Index format: number'
|
||||
|
|
Loading…
Reference in a new issue