[vsco] add 'include' option (#5911)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user