[powermanga] adjust regex

This commit is contained in:
Mike Fährmann
2015-11-02 00:21:17 +01:00
parent ec6c1fd18e
commit cc5e37aeae

View File

@@ -16,7 +16,8 @@ info = {
"directory": ["{category}", "{manga}", "c{chapter:>03}{chapter-minor} - {title}"],
"filename": "{manga}_c{chapter:>03}{chapter-minor}_{page:>03}.{extension}",
"pattern": [
r"(?:https?://)?read(?:er)?\.powermanga\.org/read/(.+)(?:/page)?",
(r"(?:https?://)?read(?:er)?\.powermanga\.org/read/"
r"(.+/([a-z]{2})/\d+/\d+)(?:/page)?"),
],
}