[wallhaven] implement 'metadata' option (#2803)
This commit is contained in:
@@ -2538,6 +2538,18 @@ Description
|
||||
See https://wallhaven.cc/help/api for more information.
|
||||
|
||||
|
||||
extractor.wallhaven.metadata
|
||||
----------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Extract additional metadata (tags, uploader)
|
||||
|
||||
Note: This requires 1 additional HTTP request for each post.
|
||||
|
||||
|
||||
extractor.weasyl.api-key
|
||||
------------------------
|
||||
Type
|
||||
|
||||
@@ -313,7 +313,8 @@
|
||||
},
|
||||
"wallhaven":
|
||||
{
|
||||
"api-key": null
|
||||
"api-key": null,
|
||||
"metadata": false
|
||||
},
|
||||
"weasyl":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user