Update gallery_dl/extractor/reddit.py
Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
This commit is contained in:
@@ -115,10 +115,10 @@ class RedditExtractor(Extractor):
|
|||||||
continue
|
continue
|
||||||
if url[0] == "/":
|
if url[0] == "/":
|
||||||
url = "https://www.reddit.com" + url
|
url = "https://www.reddit.com" + url
|
||||||
if (url.startswith(
|
if url.startswith((
|
||||||
"https://www.reddit.com/message/compose") or
|
"https://www.reddit.com/message/compose",
|
||||||
url.startswith(
|
"https://reddit.com/message/compose",
|
||||||
"https://reddit.com/message/compose")):
|
)):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
match = match_submission(url)
|
match = match_submission(url)
|
||||||
|
|||||||
Reference in New Issue
Block a user