From 594cf6b6ffeb28c54e934355f6772eb355c65f2e Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Mon, 28 Nov 2016 10:50:35 +0100 Subject: [PATCH] Update RAI2.sh fix find url --- RAI2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAI2.sh b/RAI2.sh index 06fe818..b454885 100644 --- a/RAI2.sh +++ b/RAI2.sh @@ -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///g' temp.txt >temp2.txt cat temp2.txt sed -e 's/<\/url>//g' temp2.txt >temp.txt