From b8f4c32ca6313c14954525333416414a34052096 Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Mon, 28 Nov 2016 11:38:58 +0100 Subject: [PATCH] Delete RAI5.sh script not work -- possible bug mpv or bad rai site configuration --- RAI5.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 RAI5.sh diff --git a/RAI5.sh b/RAI5.sh deleted file mode 100644 index 3a18977..0000000 --- a/RAI5.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/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///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