From f0c5a41f6d8b54d32a62255160bce6c360e2bd5e Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:52:36 +0200 Subject: [PATCH] Update RAIstoria.sh --- RAIstoria.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAIstoria.sh b/RAIstoria.sh index 70b4610..a997135 100644 --- a/RAIstoria.sh +++ b/RAIstoria.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