mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-30 18:51:51 +00:00
[extractor/twitter] Default to GraphQL, handle auth errors (#6957)
Closes #6763 Authored by: bashonly
This commit is contained in:
@@ -1833,7 +1833,7 @@ The following extractors use this feature:
|
||||
* `tab`: Which tab to download - one of `new`, `top`, `videos`, `podcasts`, `streams`, `stacks`
|
||||
|
||||
#### twitter
|
||||
* `force_graphql`: Force usage of the GraphQL API. By default it will only be used if login cookies are provided
|
||||
* `legacy_api`: Force usage of the legacy Twitter API instead of the GraphQL API for tweet extraction. Has no effect if login cookies are passed
|
||||
|
||||
**Note**: These options may be changed/removed in the future without concern for backward compatibility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user