From 3d1ff9496469bd5d80600367eca8b27031bbe4dd Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Sat, 17 Sep 2016 17:19:53 +1000 Subject: [PATCH] livestreamer: add README for using twitch.tv Oauth2 --- livestreamer/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 livestreamer/README diff --git a/livestreamer/README b/livestreamer/README new file mode 100644 index 000000000..e7565d910 --- /dev/null +++ b/livestreamer/README @@ -0,0 +1,13 @@ +Fix for issue https://github.com/chrippa/livestreamer/issues/1478 + +For twitch.tv to work you need to add: + +--http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 + +Or you can add this to the configuration file: + +~/.config/livestreamer/config + +http-header Client-ID=jzkbprff40iqj646a697cyrvl0zt2m6 + +