1
0
mirror of https://github.com/fenix-soft/railive.git synced 2025-06-05 17:00:27 +02:00

9 Commits

Author SHA1 Message Date
061f5c1541 ad new script rai5.sh
fix whit temp workaround
2016-11-28 11:40:40 +01:00
b8f4c32ca6 Delete RAI5.sh
script not work -- possible bug mpv or bad rai site configuration
2016-11-28 11:38:58 +01:00
75ab00f75a Update version.txt 2016-11-28 11:30:54 +01:00
6a713de02b Update RAIsport2.sh
fix find url
2016-11-28 11:30:04 +01:00
c5ec1b2f91 Update RAIsport.sh
fix find url
2016-11-28 11:29:29 +01:00
1ba33e8003 Update RAI4.sh
fix find url
2016-11-28 10:52:50 +01:00
26a7b98fcc Update RAI3.sh
fix find url
2016-11-28 10:51:45 +01:00
594cf6b6ff Update RAI2.sh
fix find url
2016-11-28 10:50:35 +01:00
acec9d52f3 Update RAI1.sh
fix find url
2016-11-28 10:49:35 +01:00
8 changed files with 24 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# rai 1
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2621467&output=45" -U "iphone" -O p.txt
grep http p.txt >temp.txt
grep content 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

View File

@@ -1,7 +1,7 @@
#!/bin/bash
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=45" -U "iphone" -O p.txt
grep http p.txt >temp.txt
grep content 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

View File

@@ -1,7 +1,7 @@
#!/bin/bash
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=45" -U "iphone" -O p.txt
grep http p.txt >temp.txt
grep content 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

View File

@@ -1,7 +1,7 @@
#!/bin/bash
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=45" -U "iphone" -O p.txt
grep http p.txt >temp.txt
grep content 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

29
RAI5.sh
View File

@@ -1,15 +1,20 @@
#!/bin/bash
# rai 5
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
#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"

View File

@@ -2,7 +2,7 @@
# rai sport 1hd
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=45" -U "iphone" -O p.txt
grep http p.txt >temp.txt
grep content 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

View File

@@ -2,7 +2,7 @@
# rai sport 2 sd è la versione sd di rai sport 1
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358071&output=45" -U "iphone" -O p.txt
grep http p.txt >temp.txt
grep content 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

View File

@@ -1 +1 @@
RAILIVE VERSION 1.0
RAILIVE VERSION 1.0.1