Fix LasLindas
This commit is contained in:
parent
08a3587df6
commit
d794919e73
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue