ZenPencils: Allow multiple images per page.
This commit is contained in:
parent
11f0aa3989
commit
b737218182
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class ZebraGirl(_BasicScraper):
|
|||
class ZenPencils(_BasicScraper):
|
||||
url = 'http://zenpencils.com/'
|
||||
rurl = escape(url)
|
||||
multipleImagesPerStrip = True
|
||||
stripUrl = url + 'comic/%s/'
|
||||
firstStripUrl = stripUrl % '1-ralph-waldo-emerson-make-them-cry'
|
||||
prevSearch = compile(tagre("a", "href", r'(%scomic/[^"]+/)' % rurl, after="navi-prev"))
|
||||
|
|
Loading…
Reference in a new issue