aboutsummaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/nozomi.py
diff options
context:
space:
mode:
Diffstat (limited to 'gallery_dl/extractor/nozomi.py')
-rw-r--r--gallery_dl/extractor/nozomi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/extractor/nozomi.py b/gallery_dl/extractor/nozomi.py
index 21c361c..528aff2 100644
--- a/gallery_dl/extractor/nozomi.py
+++ b/gallery_dl/extractor/nozomi.py
@@ -173,7 +173,7 @@ class NozomiSearchExtractor(NozomiExtractor):
for tag in self.tags:
(negative if tag[0] == "-" else positive).append(
- tag.replace("/", ""))
+ text.quote(tag.replace("/", "")))
for tag in positive:
ids = nozomi("nozomi/" + tag)