parent
594cf6b6ff
commit
26a7b98fcc
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
|
||||||
|
|
Loading…
Reference in New Issue