From ad8374d7b8957a692d06df7b5b4dfe51ec1830db Mon Sep 17 00:00:00 2001 From: glyphy <31607983+glyphy@users.noreply.github.com> Date: Mon, 4 Sep 2017 15:19:46 -0400 Subject: [PATCH] Fixing the Menagea3 plugin (#91) I've changed the menagea3 plugin so it should work with the new directory structure found on the site. --- dosagelib/plugins/m.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dosagelib/plugins/m.py b/dosagelib/plugins/m.py index 26c0ce6a6..bae94b40f 100755 --- a/dosagelib/plugins/m.py +++ b/dosagelib/plugins/m.py @@ -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'