[zerochan] add 'metadata' option (#2861)

This commit is contained in:
Mike Fährmann
2022-09-01 21:44:22 +02:00
parent 9745b48830
commit 3cb8327c60
3 changed files with 56 additions and 14 deletions

View File

@@ -2797,6 +2797,18 @@ Description
Location of a youtube-dl configuration file to load options from.
extractor.zerochan.metadata
---------------------------
Type
``bool``
Default
``false``
Description
Extract additional metadata (date, md5, tags, ...)
Note: This requires 1-2 additional HTTP request for each post.
extractor.[booru].tags
----------------------
Type

View File

@@ -341,7 +341,8 @@
"zerochan":
{
"username": null,
"password": null
"password": null,
"metadata": false
},
"booru":
{