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:
glyphy 2017-09-04 15:19:46 -04:00 committed by Tobias Gruetzmacher
parent 6de5b79fb8
commit ad8374d7b8

View file

@ -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'