[twitter] add 'highlights' extractor (#7826)

This commit is contained in:
Mike Fährmann
2025-08-19 09:08:44 +02:00
parent 8252980264
commit 47150f3e8a
4 changed files with 50 additions and 18 deletions

View File

@@ -5422,14 +5422,16 @@ Description
when processing a user profile.
Possible values are
``"info"``,
``"avatar"``,
``"background"``,
``"timeline"``,
``"tweets"``,
``"media"``,
``"replies"``,
``"likes"``.
* ``"info"``
* ``"avatar"``
* ``"background"``
* ``"timeline"``
* ``"tweets"``
* ``"media"``
* ``"replies"``
* ``"highlights"``
* ``"likes"``
It is possible to use ``"all"`` instead of listing all values separately.