[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:
@@ -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
|
||||
|
||||
@@ -184,7 +184,7 @@
|
||||
"pixiv":
|
||||
{
|
||||
"avatar": false,
|
||||
"translated-tags": false,
|
||||
"tags": "japanese",
|
||||
"ugoira": true
|
||||
},
|
||||
"reactor":
|
||||
|
||||
Reference in New Issue
Block a user