Statistics: Posted by cclambie — June 19th, 2011, 3:25 am
Statistics: Posted by cclambie — June 19th, 2011, 3:04 am
Statistics: Posted by cclambie — June 15th, 2011, 8:09 am
Statistics: Posted by cclambie — June 14th, 2011, 11:18 pm
#!/bin/bash
user=foo
pass=bar
#url=http://truesecrets.com.au/?s2member_file_download=file.m3u
url=$1
function to_auth {
while read line;do
echo "$line" | sed "s/http:\/\//http:\/\/$user:$pass@/g"
done
}
wget -qO- $(echo "$url" | to_auth) | to_auth
Statistics: Posted by drbyte — June 14th, 2011, 10:55 pm
Statistics: Posted by cclambie — June 14th, 2011, 1:14 am
Statistics: Posted by cclambie — June 13th, 2011, 10:13 pm
Statistics: Posted by drbyte — June 9th, 2011, 10:22 am
Statistics: Posted by podcastcoach — June 9th, 2011, 7:13 am
Statistics: Posted by cclambie — June 9th, 2011, 2:51 am