[danbooru] add 'external' option (closes #1747)

This commit is contained in:
Mike Fährmann
2021-08-08 19:18:41 +02:00
parent 5b1c62bfa9
commit cadfad4eea
3 changed files with 30 additions and 8 deletions

View File

@@ -806,17 +806,15 @@ Description
Download embedded videos hosted on https://www.blogger.com/
extractor.danbooru.ugoira
-------------------------
extractor.danbooru.external
---------------------------
Type
``bool``
Default
``false``
Description
Controls the download target for Ugoira posts.
* ``true``: Original ZIP archives
* ``false``: Converted video files
For unavailable or restricted posts,
follow the ``source`` and download from there if possible.
extractor.danbooru.metadata
@@ -831,6 +829,19 @@ Description
Note: This requires 1 additional HTTP request for each post.
extractor.danbooru.ugoira
-------------------------
Type
``bool``
Default
``false``
Description
Controls the download target for Ugoira posts.
* ``true``: Original ZIP archives
* ``false``: Converted video files
extractor.derpibooru.api-key
----------------------------
Type

View File

@@ -52,8 +52,9 @@
{
"username": null,
"password": null,
"ugoira": false,
"metadata": false
"external": false,
"metadata": false,
"ugoira": false
},
"derpibooru":
{