1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

document 'extractor.twitter.expand' (#2848)

This commit is contained in:
Mike Fährmann 2022-08-29 23:00:06 +02:00
parent 7ddfff957c
commit f16fbe9f93
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -1551,7 +1551,7 @@ Description
extractor.kemonoparty.favorites
---------------------------
-------------------------------
Type
``string``
Default
@ -2350,8 +2350,11 @@ Type
Default
``false``
Description
Fetch media from all Tweets and replies in a `conversation
<https://help.twitter.com/en/using-twitter/twitter-conversations>`__.
For input URLs pointing to a single Tweet,
e.g. `https://twitter.com/i/web/status/<TweetID>`,
fetch media from all Tweets and replies in this `conversation
<https://help.twitter.com/en/using-twitter/twitter-conversations>`__
or thread.
extractor.twitter.csrf
@ -2367,6 +2370,24 @@ Description
* ``"cookies"``: Use token given by the ``ct0`` cookie if present.
extractor.twitter.expand
------------------------
Type
``bool``
Default
``false``
Description
For each Tweet, return *all* Tweets from that initial Tweet's
conversation or thread, i.e. *expand* all Twitter threads.
Going through a timeline with this option enabled is essentially the same
as running ``gallery-dl https://twitter.com/i/web/status/<TweetID>``
with enabled `conversations <extractor.twitter.conversations_>`__ option
for each Tweet in said timeline.
Note: This requires at least 1 additional API call per initial Tweet.
extractor.twitter.size
----------------------
Type