From 7483ba2ff38a50297852c1d582cd6caecc50e4bd Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:47:16 +0200 Subject: [PATCH] Update RAIgulp.sh --- RAIgulp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAIgulp.sh b/RAIgulp.sh index 43d8277..f00d084 100644 --- a/RAIgulp.sh +++ b/RAIgulp.sh @@ -9,7 +9,7 @@ sed -e 's/<\/url>//g' temp2.txt >temp.txt dos2unix temp.txt surce=`cat temp.txt` echo $surce -./mpv --hls-bitrate=max "$surce" +mpv --hls-bitrate=max "$surce" rm p.txt rm temp.txt -rm temp2.txt \ No newline at end of file +rm temp2.txt