From 522d0a834c84789c75bdbd49d2337e3faf8a2d94 Mon Sep 17 00:00:00 2001 From: Magnus Boman <6226312+kattjevfel@users.noreply.github.com> Date: Sat, 27 Mar 2021 18:25:38 +0100 Subject: [PATCH] [aryion] Unescape paths too (#1414) Without this you'll get paths like this: - Starcross - Ch. 2 "The Ins and Outs of Sarah" This commit changes it to: - Starcross - Ch. 2 "The Ins and Outs of Sarah" --- gallery_dl/extractor/aryion.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gallery_dl/extractor/aryion.py b/gallery_dl/extractor/aryion.py index 6a90b762..2056d469 100644 --- a/gallery_dl/extractor/aryion.py +++ b/gallery_dl/extractor/aryion.py @@ -126,7 +126,8 @@ class AryionExtractor(Extractor): "user" : self.user or artist, "title" : title, "artist": artist, - "path" : text.split_html(extr("cookiecrumb'>", '", ':", "<").replace(",", "")),