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'
firstStripUrl = stripUrl % '1'
imageSearch = compile(tagre("img", "src", r'(pokey\d+[^"]+)'))
prevSearch = True
multipleImagesPerStrip = True
help = 'Index format: number'