[extractor/twitter] Default to GraphQL, handle auth errors (#6957)

Closes #6763
Authored by: bashonly
This commit is contained in:
bashonly
2023-05-01 18:55:28 -05:00
committed by GitHub
parent b079c26f0a
commit 147e62fc58
2 changed files with 60 additions and 74 deletions

View File

@@ -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