[danbooru] add option for extended metadata extraction (#1458)
* [danbooru] add option for extended metadata extraction * appease linter * [danbooru] update docs/configuration.rst * [danbooru] rename extended-metadata -> metadata
This commit is contained in:
@@ -726,6 +726,16 @@ Description
|
||||
* ``true``: Original ZIP archives
|
||||
* ``false``: Converted video files
|
||||
|
||||
extractor.danbooru.metadata
|
||||
---------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Extract additional metadata (notes, artist commentary, parent, children)
|
||||
|
||||
Note: This requires 1 additional HTTP request for each post.
|
||||
|
||||
extractor.derpibooru.api-key
|
||||
----------------------------
|
||||
|
||||
@@ -49,7 +49,8 @@
|
||||
{
|
||||
"username": null,
|
||||
"password": null,
|
||||
"ugoira": false
|
||||
"ugoira": false,
|
||||
"metadata": false
|
||||
},
|
||||
"derpibooru":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user