mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 02:32:33 +01:00
[twitter] improve documentation
This includes: - The automatic expansion of conversations (#2712) - How to retrieve age-restricted content from search results (#1396)
This commit is contained in:
parent
2d7d80d302
commit
455481ad76
@ -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 <extractor.twitter.timeline.strategy_>`__).
|
||||
To retrieve such content from search results, you must log in and
|
||||
disable "Hide sensitive content" in your `search settings
|
||||
<https://twitter.com/settings/search>`__.
|
||||
|
||||
|
||||
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.*.image-filter_>`__.
|
||||
|
||||
|
||||
extractor.twitter.retweets
|
||||
--------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user