Fix LasLindas

This commit is contained in:
Bastian Kleineidam 2013-04-04 18:30:02 +02:00
parent 08a3587df6
commit d794919e73

View file

@ -12,6 +12,7 @@ class LasLindas(_BasicScraper):
url = 'http://laslindas.katbox.net/'
stripUrl = url + 'comic/%s/'
imageSearch = compile(tagre("img", "src", r'(http://laslindas\.katbox\.net/wp-content/uploads/[^"]+)', after="attachment-full"))
multipleImagesPerStrip = True
prevSearch = compile(tagre("a", "href", r'(http://laslindas\.katbox\.net/comic/[^"]+)', after="previous"))
help = 'Index format: stripname'