1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[powermanga] adjust regex

This commit is contained in:
Mike Fährmann 2015-11-02 00:21:17 +01:00
parent ec6c1fd18e
commit cc5e37aeae
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

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