From 6b38dff3f1f2b018982b9555346c660cb4886cab Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 27 Feb 2017 13:21:09 +0100 Subject: [PATCH] Move from livestreamer to streamlink Signed-off-by: Severin Kaderli --- bin/twitch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/twitch.sh b/bin/twitch.sh index f6c720d..1dcd741 100755 --- a/bin/twitch.sh +++ b/bin/twitch.sh @@ -17,4 +17,4 @@ else resolution="$2" fi -livestreamer --http-header Client-ID=ewvlchtxgqq88ru9gmfp1gmyt6h2b93 "twitch.tv/$1" "$resolution" +streamlink "twitch.tv/$1" "$resolution"