[twitter] implement 'metadata-user' option (#8984)

This commit is contained in:
Mike Fährmann
2026-02-03 20:14:34 +01:00
parent 2cbd9740f2
commit 614e1a514a
3 changed files with 34 additions and 0 deletions

View File

@@ -6554,6 +6554,23 @@ Description
Logout and retry as guest when access to another user's Tweets is blocked.
extractor.twitter.metadata-user
-------------------------------
Type
``bool``
Default
``false``
Description
Extract additional metadata for user accounts (``author``, ``user``)
* ``based_in``
* ``location_accurate``
* ``name_changes``
* ``source``
Note
This requires 1 additional HTTP request per user.
extractor.twitter.pinned
------------------------
Type

View File

@@ -881,6 +881,7 @@
"limit" : 50,
"locked" : "abort",
"logout" : true,
"metadata-user": false,
"pinned" : false,
"quoted" : false,
"ratelimit" : "wait",