[pixiv] change 'translated-tags' option (#1507)

- rename to 'tags'
- use string-values: "japanese", "translated", "noop"
- remove duplicate entries for "translated" tags
This commit is contained in:
Mike Fährmann
2021-04-27 23:51:37 +02:00
parent 5b4da4b4bf
commit fa519f9202
3 changed files with 25 additions and 13 deletions

View File

@@ -1332,14 +1332,18 @@ Description
Also download related artworks.
extractor.pixiv.translated-tags
-------------------------------
extractor.pixiv.tags
--------------------
Type
``bool``
``string``
Default
``false``
``"japanese"``
Description
Provide translated ´`tags``.
Controls how ``tags`` metadata is transformed.
* `"japanese"`: List of original Japanese tags
* `"translated"`: List of translated tags
* `"noop"`: Unmodified list of both Japanese and translated tags
extractor.pixiv.ugoira

View File

@@ -184,7 +184,7 @@
"pixiv":
{
"avatar": false,
"translated-tags": false,
"tags": "japanese",
"ugoira": true
},
"reactor":