mirror of
https://github.com/fenix-soft/railive.git
synced 2025-06-05 17:00:27 +02:00
Compare commits
9 Commits
v1.0
...
railive-v1
Author | SHA1 | Date | |
---|---|---|---|
061f5c1541 | |||
b8f4c32ca6 | |||
75ab00f75a | |||
6a713de02b | |||
c5ec1b2f91 | |||
1ba33e8003 | |||
26a7b98fcc | |||
594cf6b6ff | |||
acec9d52f3 |
2
RAI1.sh
2
RAI1.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# rai 1
|
# rai 1
|
||||||
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2621467&output=45" -U "iphone" -O p.txt
|
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
|
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
cat temp2.txt
|
cat temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
2
RAI2.sh
2
RAI2.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308718&output=45" -U "iphone" -O p.txt
|
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
|
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
cat temp2.txt
|
cat temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
2
RAI3.sh
2
RAI3.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=308709&output=45" -U "iphone" -O p.txt
|
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
|
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
cat temp2.txt
|
cat temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
2
RAI4.sh
2
RAI4.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746966&output=45" -U "iphone" -O p.txt
|
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
|
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
cat temp2.txt
|
cat temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
29
RAI5.sh
29
RAI5.sh
@@ -1,15 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# rai 5
|
# rai 5
|
||||||
|
|
||||||
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=45" -U "iphone" -O p.txt
|
#----- old script
|
||||||
grep http p.txt >temp.txt
|
#wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276&output=45" -U "iphone" -O p.txt
|
||||||
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
#grep http p.txt >temp.txt
|
||||||
cat temp2.txt
|
#sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
#cat temp2.txt
|
||||||
dos2unix temp.txt
|
#sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
surce=`cat temp.txt`
|
#dos2unix temp.txt
|
||||||
echo $surce
|
#surce=`cat temp.txt`
|
||||||
mpv --hls-bitrate=max "$surce"
|
#echo $surce
|
||||||
rm p.txt
|
#mpv --hls-bitrate=max "$surce"
|
||||||
rm temp.txt
|
#rm p.txt
|
||||||
rm temp2.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"
|
@@ -2,7 +2,7 @@
|
|||||||
# rai sport 1hd
|
# rai sport 1hd
|
||||||
|
|
||||||
wget -d "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=358025&output=45" -U "iphone" -O p.txt
|
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
|
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
cat temp2.txt
|
cat temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
# rai sport 2 sd è la versione sd di rai sport 1
|
# 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
|
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
|
sed -e 's/<url type="content">//g' temp.txt >temp2.txt
|
||||||
cat temp2.txt
|
cat temp2.txt
|
||||||
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
sed -e 's/<\/url>//g' temp2.txt >temp.txt
|
||||||
|
@@ -1 +1 @@
|
|||||||
RAILIVE VERSION 1.0
|
RAILIVE VERSION 1.0.1
|
||||||
|
Reference in New Issue
Block a user