From 26a7b98fcc38ce62754c8e8c586acf650a63be7d Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Mon, 28 Nov 2016 10:51:45 +0100 Subject: [PATCH] Update RAI3.sh fix find url --- RAI3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAI3.sh b/RAI3.sh index 6ce3338..c764b86 100644 --- a/RAI3.sh +++ b/RAI3.sh @@ -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///g' temp.txt >temp2.txt cat temp2.txt sed -e 's/<\/url>//g' temp2.txt >temp.txt