[facebook] implement 'include' option & add 'avatar' extractor (#7848)

rename 'profile' extractor to 'photos'
This commit is contained in:
Mike Fährmann
2025-07-25 18:20:05 +02:00
parent ef4f09fab1
commit 3eb0b28d6d
6 changed files with 152 additions and 67 deletions

View File

@@ -2600,6 +2600,27 @@ description
Extract comments that include photo attachments made by the author of the post.
extractor.facebook.include
--------------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"photos"``
Example
* ``"avatar,photos"``
* ``["avatar", "photos"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Supported values are
* ``"avatar"``
* ``"photos"``
It is possible to use ``"all"`` instead of listing all values separately.
extractor.facebook.videos
-------------------------
Type