twitch-dl info
Print information for a given Twitch URL, video ID or clip slug.
USAGE
twitch-dl info [OPTIONS] ID
OPTIONS
-a, --auth-token TEXT | Authentication token, passed to Twitch to access subscriber only VODs. Can be copied from the auth_token cookie in any browser logged in on Twitch. |
--json | Print data as JSON rather than human readable text |
Examples
Print info about a video:
twitch-dl info 863849735
Print info about a clip:
twitch-dl info BusyBlushingCattleItsBoshyTime
Print JSON encoded info:
twitch-dl info BusyBlushingCattleItsBoshyTime --json