merge #3483: [twitter] implement 'syndication=extended'

This commit is contained in:
Mike Fährmann
2023-01-04 17:36:17 +01:00
2 changed files with 15 additions and 3 deletions

View File

@@ -2723,11 +2723,19 @@ Description
extractor.twitter.syndication
-----------------------------
Type
``bool``
* ``bool``
* ``string``
Default
``false``
Description
Retrieve age-restricted content using Twitter's syndication API.
Controls how to retrieve age-restricted content when not logged in.
* ``false``: Skip age-restricted Tweets.
* ``true``: Download using Twitter's syndication API.
* ``"extended"``: Try to fetch Tweet metadata using the normal API
in addition to the syndication API. This requires additional HTTP
requests in some cases (e.g. when `retweets <extractor.twitter.retweets_>`_
are enabled).
extractor.twitter.logout