Update ZenPencils URL.

This commit is contained in:
Alex Rozenshteyn 2014-12-16 13:51:52 -05:00
parent 2c1ff889fa
commit a0506b22f0

View file

@ -50,7 +50,7 @@ class ZenPencils(_BasicScraper):
stripUrl = url + 'comic/%s/' stripUrl = url + 'comic/%s/'
firstStripUrl = stripUrl % '1-ralph-waldo-emerson-make-them-cry' firstStripUrl = stripUrl % '1-ralph-waldo-emerson-make-them-cry'
prevSearch = compile(tagre("a", "href", r'(%scomic/[^"]+/)' % rurl, after="navi-prev")) prevSearch = compile(tagre("a", "href", r'(%scomic/[^"]+/)' % rurl, after="navi-prev"))
imageSearch = compile(tagre("img", "src", r'(http://zenpencils\.com/comics/\d+-\d+-\d+[^"]+)')) imageSearch = compile(tagre("img", "src", r'(http://cdn\.zenpencils\.com/wp-content/uploads/\d+[^"]+)'))
help = 'Index format: num-stripname' help = 'Index format: num-stripname'
description = u'Inspirational quotes from famous people adapted into cartoons.' description = u'Inspirational quotes from famous people adapted into cartoons.'