[yandere] add option to split tags by type (#92)

This commit is contained in:
Mike Fährmann
2018-06-29 19:38:53 +02:00
parent a699787d01
commit 87853538b4
4 changed files with 61 additions and 0 deletions

View File

@@ -617,6 +617,25 @@ Description A (comma-separated) list of post types to extract images, etc. from.
=========== =====
extractor.yandere.tags
----------------------
=========== =====
Type ``bool``
Default ``false``
Description Split tags into different categories
and provide the following additional metadata-entries:
- ``tags_artist``
- ``tags_character``
- ``tags_circle``
- ``tags_copyright``
- ``tags_faults``
- ``tags_general``
Note: This requires 1 additional HTTP request for each post.
=========== =====
Downloader Options
==================

View File

@@ -104,6 +104,10 @@
"inline": false,
"posts": "photo",
"reblogs": true
},
"yandere":
{
"tags": false
}
},