From 00e424aed043c17bd50bc70ca8568e99f08d4613 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sun, 8 Jun 2014 13:40:42 +0200 Subject: [PATCH] Fix zenpencils. --- dosagelib/plugins/z.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/z.py b/dosagelib/plugins/z.py index 8aa0ae823..db2b2f64d 100644 --- a/dosagelib/plugins/z.py +++ b/dosagelib/plugins/z.py @@ -50,7 +50,7 @@ class ZenPencils(_BasicScraper): stripUrl = url + 'comic/%s/' firstStripUrl = stripUrl % '1-ralph-waldo-emerson-make-them-cry' prevSearch = compile(tagre("a", "href", r'(%scomic/[^"]+/)' % rurl, after="navi-prev")) - imageSearch = compile(tagre("img", "src", r'(http://maxcdn\.zenpencils\.com/comics/\d+-\d+-\d+[^"]+)')) + imageSearch = compile(tagre("img", "src", r'(http://zenpencils\.com/comics/\d+-\d+-\d+[^"]+)')) help = 'Index format: num-stripname' description = u'Inspirational quotes from famous people adapted into cartoons.'