Add missing attribute.
This commit is contained in:
parent
10eb1ff5ec
commit
106a15b6c3
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class PokeyThePenguin(_BasicScraper):
|
||||||
stripUrl = baseurl + 'index%s.html'
|
stripUrl = baseurl + 'index%s.html'
|
||||||
firstStripUrl = stripUrl % '1'
|
firstStripUrl = stripUrl % '1'
|
||||||
imageSearch = compile(tagre("img", "src", r'(pokey\d+[^"]+)'))
|
imageSearch = compile(tagre("img", "src", r'(pokey\d+[^"]+)'))
|
||||||
|
prevSearch = True
|
||||||
multipleImagesPerStrip = True
|
multipleImagesPerStrip = True
|
||||||
help = 'Index format: number'
|
help = 'Index format: number'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue