From 141d5113de275c69d6d687bd42af189cf600e54c Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Tue, 26 Mar 2013 19:54:00 +0100 Subject: [PATCH] Fix hagarthehorrible --- dosagelib/plugins/h.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/h.py b/dosagelib/plugins/h.py index 0f2fe55be..f57236171 100644 --- a/dosagelib/plugins/h.py +++ b/dosagelib/plugins/h.py @@ -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'