[powermanga] adjust regex

pull/13/head
Mike Fährmann 9 years ago
parent ec6c1fd18e
commit cc5e37aeae
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -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)?"),
],
}

Loading…
Cancel
Save