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:
parent
ec6c1fd18e
commit
cc5e37aeae
@ -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…
Reference in New Issue
Block a user