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