[itaku] implement 'include' option (#7707)

This commit is contained in:
Mike Fährmann
2025-07-25 19:24:56 +02:00
parent d99b2ab47a
commit 98f36fb0ac
4 changed files with 52 additions and 6 deletions

View File

@@ -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

View File

@@ -419,7 +419,8 @@
"itaku":
{
"sleep-request": "0.5-1.5",
"videos": true
"include": "gallery",
"videos" : true
},
"iwara":
{