diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2023-09-09 10:14:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 15:14:49 +0000 |
commit | a006ce2b27357c15792eb5c18f06765e640b801c (patch) | |
tree | 7eb8248f8ffbb9f00d451beb70437280adc0ed5b /README.md | |
parent | 5d0395498d7065aa5e55bac85fa9354b4b0d48eb (diff) | |
download | hypervideo-pre-a006ce2b27357c15792eb5c18f06765e640b801c.tar.lz hypervideo-pre-a006ce2b27357c15792eb5c18f06765e640b801c.tar.xz hypervideo-pre-a006ce2b27357c15792eb5c18f06765e640b801c.zip |
[ie/twitter] Fix retweet extraction and syndication API (#8016)
Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1854,7 +1854,7 @@ The following extractors use this feature: * `tab`: Which tab to download - one of `new`, `top`, `videos`, `podcasts`, `streams`, `stacks` #### twitter -* `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 +* `api`: Select one of `graphql` (default), `legacy` or `syndication` as the API for tweet extraction. Has no effect if logged in #### stacommu, wrestleuniverse * `device_id`: UUID value assigned by the website and used to enforce device limits for paid livestream content. Can be found in browser local storage |