[iwara] update

- add 'include' docs
- simplify code for different result types
- provide 'count' and 'num' metadata
- remove 'search_type' metadata
This commit is contained in:
Mike Fährmann
2025-07-14 18:30:49 +02:00
parent fca1cd51f5
commit bbe7faed21
4 changed files with 65 additions and 38 deletions

View File

@@ -3197,6 +3197,26 @@ Description
Download video files.
extractor.iwara.include
-----------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``["user-images", "user-videos"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Possible values are
* ``"user-images"``
* ``"user-videos"``
* ``"user-playlists"``
It is possible to use ``"all"`` instead of listing all values separately.
extractor.kemono.archives
-------------------------
Type

View File

@@ -416,7 +416,9 @@
"iwara":
{
"username": "",
"password": ""
"password": "",
"include": ["user-images", "user-images"]
},
"kemono":
{