Fixing the Menagea3 plugin (#91)
I've changed the menagea3 plugin so it should work with the new directory structure found on the site.
This commit is contained in:
parent
6de5b79fb8
commit
ad8374d7b8
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ class MenageA3(_BasicScraper):
|
|||
url = 'http://www.ma3comic.com/'
|
||||
stripUrl = url + 'strips-ma3/%s'
|
||||
imageSearch = compile(tagre("img", "src", r'([^"]*/comics/[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]*/strips-ma3/[^"]+)',
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]*/comics/[^"]+)',
|
||||
before="cn[id]prev"))
|
||||
help = 'Index format: name'
|
||||
|
||||
|
|
Loading…
Reference in a new issue