[skeb] implement 'filters' option (#2945)
This commit is contained in:
@@ -2208,6 +2208,18 @@ Description
|
||||
Download thumbnails.
|
||||
|
||||
|
||||
extractor.skeb.search.filters
|
||||
-----------------------------
|
||||
Type
|
||||
``list`` or ``string``
|
||||
Default
|
||||
``["genre:art", "genre:voice", "genre:novel", "genre:video", "genre:music", "genre:correction"]``
|
||||
Example
|
||||
``"genre:music OR genre:voice"``
|
||||
Description
|
||||
Filters used during searches.
|
||||
|
||||
|
||||
extractor.smugmug.videos
|
||||
------------------------
|
||||
Type
|
||||
|
||||
@@ -257,6 +257,7 @@
|
||||
"skeb":
|
||||
{
|
||||
"article": false,
|
||||
"filters": null,
|
||||
"sent-requests": false,
|
||||
"thumbnails": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user