From 676602056c8c01f9d239a0b59f42b8f1128026d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 19 Dec 2017 22:22:43 +0100 Subject: [PATCH] [reddit] unescape output URLs --- gallery_dl/extractor/reddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/reddit.py b/gallery_dl/extractor/reddit.py index 4b6b638b..bc553c41 100644 --- a/gallery_dl/extractor/reddit.py +++ b/gallery_dl/extractor/reddit.py @@ -45,7 +45,7 @@ class RedditExtractor(Extractor): if match: extra.append(match.group(1)) else: - yield Message.Queue, url, {} + yield Message.Queue, text.unescape(url), {} if not extra or depth == self.max_depth: return