[itaku] implement 'include' option (#7707)
This commit is contained in:
@@ -2615,8 +2615,9 @@ Description
|
||||
when processing a user profile.
|
||||
|
||||
Supported values are
|
||||
* ``"avatar"``
|
||||
* ``"photos"``
|
||||
|
||||
* ``avatar``
|
||||
* ``photos``
|
||||
|
||||
It is possible to use ``"all"`` instead of listing all values separately.
|
||||
|
||||
@@ -3185,6 +3186,28 @@ Description
|
||||
Split ``stories`` elements into separate posts.
|
||||
|
||||
|
||||
extractor.itaku.include
|
||||
-----------------------
|
||||
Type
|
||||
* ``string``
|
||||
* ``list`` of ``strings``
|
||||
Default
|
||||
``"gallery"``
|
||||
Example
|
||||
* ``"stars,gallery"``
|
||||
* ``["stars", "gallery"]``
|
||||
Description
|
||||
A (comma-separated) list of subcategories to include
|
||||
when processing a user profile.
|
||||
|
||||
Supported values are
|
||||
|
||||
* ``gallery``
|
||||
* ``stars``
|
||||
|
||||
It is possible to use ``"all"`` instead of listing all values separately.
|
||||
|
||||
|
||||
extractor.itaku.videos
|
||||
----------------------
|
||||
Type
|
||||
|
||||
@@ -419,7 +419,8 @@
|
||||
"itaku":
|
||||
{
|
||||
"sleep-request": "0.5-1.5",
|
||||
"videos": true
|
||||
"include": "gallery",
|
||||
"videos" : true
|
||||
},
|
||||
"iwara":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user