Update RAI1.sh
modifica per usare mpv (istallato nel sistema e non custom compilato)
This commit is contained in:
parent
5b55e172c8
commit
5e185b18b7
2
RAI1.sh
2
RAI1.sh
|
@ -8,7 +8,7 @@ sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
dos2unix temp.txt
|
dos2unix temp.txt
|
||||||
surce=`cat temp.txt`
|
surce=`cat temp.txt`
|
||||||
echo $surce
|
echo $surce
|
||||||
./mpv --hls-bitrate=max "$surce"
|
mpv --hls-bitrate=max "$surce"
|
||||||
rm p.txt
|
rm p.txt
|
||||||
rm temp.txt
|
rm temp.txt
|
||||||
rm temp2.txt
|
rm temp2.txt
|
Loading…
Reference in New Issue