Add missing attribute.

This commit is contained in:
Bastian Kleineidam 2013-03-06 20:23:43 +01:00
parent 10eb1ff5ec
commit 106a15b6c3

View file

@ -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'