[bluesky] add 'avatar' and 'background' extractors (#4438)

This commit is contained in:
Mike Fährmann
2024-02-16 15:41:19 +01:00
parent 24c1317e0d
commit 91e5c4fdfe
2 changed files with 81 additions and 4 deletions

View File

@@ -1185,6 +1185,31 @@ Description
Download embedded videos hosted on https://www.blogger.com/
extractor.bluesky.include
-------------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"media"``
Example
* ``"avatar,background,posts"``
* ``["avatar", "background", "posts"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Possible values are
``"avatar"``,
``"background"``,
``"posts"``,
``"replies"``,
``"media"``,
``"likes"``,
It is possible to use ``"all"`` instead of listing all values separately.
extractor.bluesky.metadata
--------------------------
Type