Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-ulike domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/illphate/public_html/wp-includes/functions.php on line 6131

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/illphate/public_html/wp-includes/functions.php on line 6131

Deprecated: Function WP_Dependencies->add_data() was called with an argument that is deprecated since version 6.9.0! IE conditional comments are ignored by all supported browsers. in /home/illphate/public_html/wp-includes/functions.php on line 6131
HOW TO GRAB TWITCH.TV AUTH TOKEN COOKIES FOR DEVELOPMENT | Illphated Dot COM

ILLPHATED dot COM

 
 

HOW TO GRAB TWITCH.TV AUTH TOKEN COOKIES FOR DEVELOPMENT

NORDVPN_ILLPHATED
SHARE THIS NOW!

illphated

twitch-dl Documentation
Authentication
Some videos are subscriber-only and require you to be logged in. To accomplish this you need to find your auth token. It can be found using your browser, in a cookie named auth_token.

Open twitch.tv in your browser and make sure you’re logged in.
Open developer tools (F12 shortcut in Firefox and Chrome).
Open the Storage tab on Firefox, or Application tab in Chrome.
Click on Cookies → https://www.twitch.tv/ in the sidebar.
Find the auth-token cookie in the list and copy it’s value.
How to find the auth token in dev tools

NORDVPN_ILLPHATED

The auth token will be a 30 character long string of random letters and numbers, something like iduetx4i107rn4b9wrgctf590aiktv. Then you can pass it to info and download commands:

twitch-dl info 221837124 –auth-token iduetx4i107rn4b9wrgctf590aiktv
twitch-dl download 221837124 –auth-token iduetx4i107rn4b9wrgctf590aiktv

EmailURL
Scroll to Top

Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/illphate/public_html/wp-includes/functions.php on line 5481