Skip to content

Commit

Permalink
[twitter] apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Fährmann <mike_faehrmann@web.de>
  • Loading branch information
ClosedPort22 and mikf authored Jan 2, 2023
1 parent 7c8eab8 commit bca0032
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,8 @@ Description
extractor.twitter.syndication
-----------------------------
Type
``bool`` or ``string``
* ``bool``
* ``string``
Default
``false``
Description
Expand All @@ -2664,9 +2665,9 @@ Description
* ``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_>`_
is enabled).
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
Expand Down

0 comments on commit bca0032

Please sign in to comment.