Merge pull request #89 from rpglover64/zp

Update ZenPencils image URL
This commit is contained in:
Tobias Gruetzmacher 2015-01-15 23:59:12 +01:00
commit 081d605e81

View file

@ -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://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'
description = u'Inspirational quotes from famous people adapted into cartoons.'