[mangastream] adjust regex agein (fixes #2)
This commit is contained in:
@@ -16,7 +16,8 @@ class MangaStreamExtractor(AsynchronousExtractor):
|
||||
category = "mangastream"
|
||||
directory_fmt = ["{category}", "{manga}", "c{chapter} - {title}"]
|
||||
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/"
|
||||
|
||||
def __init__(self, match):
|
||||
|
||||
Reference in New Issue
Block a user