[zerochan] add 'metadata' option (#2861)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -341,7 +341,8 @@
|
||||
"zerochan":
|
||||
{
|
||||
"username": null,
|
||||
"password": null
|
||||
"password": null,
|
||||
"metadata": false
|
||||
},
|
||||
"booru":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user