[vsco] add 'include' option (#5911)

This commit is contained in:
Mike Fährmann
2024-07-31 12:32:04 +02:00
parent ff58683b76
commit 095f278d6f
4 changed files with 68 additions and 12 deletions

View File

@@ -4300,6 +4300,29 @@ Description
or `cookies <extractor.*.cookies_>`__
extractor.vsco.include
----------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"gallery"``
Example
* ``"avatar,collection"``
* ``["avatar", "collection"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Possible values are
``"avatar"``,
``"gallery"``,
``"spaces"``,
``"collection"``,
It is possible to use ``"all"`` instead of listing all values separately.
extractor.vsco.videos
---------------------
Type

View File

@@ -952,7 +952,7 @@ Consider all listed sites to potentially be NSFW.
<tr>
<td>VSCO</td>
<td>https://vsco.co/</td>
<td>Avatars, Collections, individual Images, Spaces, User Profiles</td>
<td>Avatars, Collections, Galleries, individual Images, Spaces, User Profiles</td>
<td></td>
</tr>
<tr>