[extractor/twitch] Update _CLIENT_ID and add extractor-arg (#7200)

Closes #7058, Closes #7183
Authored by: bashonly
This commit is contained in:
bashonly
2023-06-02 08:39:24 -05:00
committed by GitHub
parent f41b949a2e
commit 01231feb14
2 changed files with 8 additions and 1 deletions

View File

@@ -1846,6 +1846,9 @@ The following extractors use this feature:
### 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
#### twitchstream (Twitch)
* `client_id`: Client ID value to be sent with GraphQL requests, e.g. `twitchstream:client_id=kimne78kx3ncx6brgo4mv6wki5h1ko`
**Note**: These options may be changed/removed in the future without concern for backward compatibility
<!-- MANPAGE: MOVE "INSTALLATION" SECTION HERE -->