saransk 09.12.2011 13:01 QIP

> cat shoutgrab.sh
REQ="$1"
echo $REQ
echo {0..10} | tr " " "\n" | xargs -n1 -P10 -i{} curl -H "User-Agent: Opera/9.80 (X11; Linux i686; U; en) Presto/2.9.168 Version/11.52" -H "X-Requested-With: XMLHttpRequest" -H "Accept: */*" -H "Content-Transfer-Encoding: binary" -d "strIndex={}0&count=10&ajax=true&mode=listeners&order=desc" " http://www.shoutcast.com/search-ajax/$RE... -o res-{}
grep -Eorh " http://yp.shoutcast.com/sbin/tunein-stat... . | sort -u | xargs -n1 -P10 wget
cat * | grep -E File[0-9]= http: | cut -d= -f2- | sort -u

Do you really want to delete ?