Fix LasLindas

This commit is contained in:
Bastian Kleineidam 2013-02-13 17:52:32 +01:00
parent f16e860f1e
commit 7da45ffe11

View file

@ -11,8 +11,8 @@ from ..util import tagre
class LasLindas(_BasicScraper):
url = 'http://laslindas.katbox.net/'
stripUrl = url + 'archive/%s/'
imageSearch = compile(tagre("img", "src", r'(http://laslindas\.katbox\.net/wp-content/webcomic/las-lindas/[^"]+)'))
prevSearch = compile(tagre("a", "href", r'(http://laslindas\.katbox\.net/archive/[^"]+)', after="previous"))
imageSearch = compile(tagre("img", "src", r'(http://laslindas\.katbox\.net/wp-content/uploads/[^"]+)', after="attachment-full"))
prevSearch = compile(tagre("a", "href", r'(http://laslindas\.katbox\.net/comic/[^"]+)', after="previous"))
help = 'Index format: stripname'