[pixiv] rename "noop" value for 'tags' option to "original"

(#1507)
This commit is contained in:
Mike Fährmann
2021-05-07 20:41:54 +02:00
parent 4e1d33cea3
commit 36ed1efcfb
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class PixivExtractor(Extractor):
def items(self):
tags = self.config("tags", "japanese")
if tags == "noop":
if tags == "original":
transform_tags = None
elif tags == "translated":
def transform_tags(work):