From 455481ad7664d5b1cb14467969ef2345856d2188 Mon Sep 17 00:00:00 2001 From: ClosedPort22 <44864697+ClosedPort22@users.noreply.github.com> Date: Fri, 23 Dec 2022 22:57:45 +0800 Subject: [PATCH] [twitter] improve documentation This includes: - The automatic expansion of conversations (#2712) - How to retrieve age-restricted content from search results (#1396) --- docs/configuration.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 2e5e7f6a..c9f11053 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -2661,6 +2661,12 @@ Default Description Retrieve age-restricted content using Twitter's syndication API. + Note: This does not apply to search results (including + `timeline strategies `__). + To retrieve such content from search results, you must log in and + disable "Hide sensitive content" in your `search settings + `__. + extractor.twitter.logout ------------------------ @@ -2704,6 +2710,13 @@ Description If this value is ``"self"``, only consider replies where reply and original Tweet are from the same user. + Note: Twitter will automatically expand conversations if you + use the ``/with_replies`` timeline while logged in. For example, + media from Tweets which the user replied to will also be downloaded. + + It is possible to exclude unwanted Tweets using `image-filter + `__. + extractor.twitter.retweets --------------------------