mirror of
https://github.com/fenix-soft/railive.git
synced 2025-06-05 17:00:27 +02:00
ad new script rai5.sh
fix whit temp workaround
This commit is contained in:
20
RAI5.sh
Normal file
20
RAI5.sh
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# rai 5
|
||||||
|
|
||||||
|
#----- old script
|
||||||
|
#wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=45" -U "iphone" -O p.txt
|
||||||
|
#grep http p.txt >temp.txt
|
||||||
|
#sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
|
#cat temp2.txt
|
||||||
|
#sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
#dos2unix temp.txt
|
||||||
|
#surce=`cat temp.txt`
|
||||||
|
#echo $surce
|
||||||
|
#mpv --hls-bitrate=max "$surce"
|
||||||
|
#rm p.txt
|
||||||
|
#rm temp.txt
|
||||||
|
#rm temp2.txt
|
||||||
|
#----- old script
|
||||||
|
|
||||||
|
# temp fix for work!
|
||||||
|
mpv "http://b2everyrai-lh.akamaihd.net/i/rai5_1@182695/index_1200_av-b.m3u8"
|
Reference in New Issue
Block a user