Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[twitter]config questions #5606

Open
maplestory03 opened this issue May 18, 2024 · 0 comments
Open

[twitter]config questions #5606

maplestory03 opened this issue May 18, 2024 · 0 comments

Comments

@maplestory03
Copy link

1、extractor.twitter.pinned
Type
bool
Default
FALSE
Description
Fetch media from pinned Tweets.
【question】what is the pinned tweets, are there some examples? following one is pinned? Isn't this included in the general normal content?
image

2、extractor.twitter.timeline.strategy
Type
string
Default
"auto"
Description
Controls the strategy / tweet source used for timeline URLs (https://twitter.com/USER/timeline).
"tweets": /tweets timeline + search
"media": /media timeline + search
"with_replies": /with_replies timeline + search
"auto": "tweets" or "media", depending on retweets and text-tweets settings
【question】what the different from timeline、tweets、media、with_replies,does the timeline include the following three ones?

3、extractor.twitter.twitpic
Type
bool
Default
FALSE
Description
Extract TwitPic embeds.
【question】what is the TwitPic embeds, are there some examples?

4、extractor.twitter.unique
Type
bool
Default
TRUE
Description
Ignore previously seen Tweets.
【question】How does the program determine if it is unique?

5、extractor.twitter.users
Type
string
Default
"user"
Example
"https://twitter.com/search?q=from:{legacy[screen_name]}"
Description
Format string for user URLs generated from following and list-members queries,
whose replacement field values come from Twitter user objects (Example)
Special values:
"user": https://twitter.com/i/user/{rest_id}
"timeline": https://twitter.com/id:{rest_id}/timeline
"tweets": https://twitter.com/id:{rest_id}/tweets
"media": https://twitter.com/id:{rest_id}/media
Note: To allow gallery-dl to follow custom URL formats, set the blacklist for twitter to a non-default value, e.g. an empty string "".
【question】what the different from user\timeline\tweets\media
"users": "user" can also download the following content:
https://x.com/user
https://x.com/user/likes
https://x.com/user/media

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant