chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 583 forks source link

can use livestreamer #1490

Open Damqn opened 8 years ago

Damqn commented 8 years ago

Unable to open URL: https://api.twitch.tv/api/channels/reckful/access_token.json (400 Client Error: Bad Request) i am very bad with computers

ghost commented 8 years ago

You need to authenticate now to use the Twitch API

https://blog.twitch.tv/client-id-required-for-kraken-api-calls-afbb8e95f843

add the <&oauth_token=YOURTOKENHERE> to your url when doing API stuff.

To just use livestreamer follow these guides

http://docs.livestreamer.io/twitch_oauth.html

http://docs.livestreamer.io/cli.html#cli-livestreamerrc

Or this reddit post for an easy 123: https://www.reddit.com/r/Twitch/comments/52sye3/livestreamer_help_please_help/

flijloku commented 8 years ago

This is fix: https://github.com/chrippa/livestreamer/pull/1483 Try this: https://raw.githubusercontent.com/LoneFox78/livestreamer/b48b903af65b2d0da4a77758fee80fa735ca1eee/src/livestreamer/plugins/twitch.py