[wallhaven] update 'user' extractor (#3226)

* [wallhaven] update 'user' extractor

* [wallhaven] update 'configuration.rst'

add 'extractor.wallhaven.include' entry

* [wallhaven] add 'wallhaven.include' in gallery-dl.conf
This commit is contained in:
enduser420
2022-11-15 22:05:52 +05:30
committed by GitHub
parent 5a68b5cb3c
commit 7897f68225
4 changed files with 43 additions and 3 deletions

View File

@@ -2750,6 +2750,26 @@ Description
See https://wallhaven.cc/help/api for more information.
extractor.wallhaven.include
---------------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"uploads"``
Example
* ``"uploads,collections"``
* ``["uploads", "collections"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Possible values are
``"uploads"``, ``"collections"``.
It is possible to use ``"all"`` instead of listing all values separately.
extractor.wallhaven.metadata
----------------------------
Type