mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-25 20:22:36 +01:00
[mangastream] adjust regex agein (fixes #2)
This commit is contained in:
parent
b0c333b799
commit
b5e62ec308
@ -16,7 +16,8 @@ class MangaStreamExtractor(AsynchronousExtractor):
|
|||||||
category = "mangastream"
|
category = "mangastream"
|
||||||
directory_fmt = ["{category}", "{manga}", "c{chapter} - {title}"]
|
directory_fmt = ["{category}", "{manga}", "c{chapter} - {title}"]
|
||||||
filename_fmt = "{manga}_c{chapter}_{page:>03}.{extension}"
|
filename_fmt = "{manga}_c{chapter}_{page:>03}.{extension}"
|
||||||
pattern = [r"(?:https?://)?(?:www\.)?readms\.com/r/([^/]*/([^/]+)/(\d+))"]
|
pattern = [(r"(?:https?://)?(?:www\.)?(?:readms|mangastream)\.com/"
|
||||||
|
r"r(?:ead)?/([^/]*/([^/]+)/(\d+))")]
|
||||||
url_base = "https://readms.com/r/"
|
url_base = "https://readms.com/r/"
|
||||||
|
|
||||||
def __init__(self, match):
|
def __init__(self, match):
|
||||||
|
Loading…
Reference in New Issue
Block a user