Results 1 to 2 of 2
Ok, Im trying to download every keygen song from keygenmusic.n et, and i do not know how to do it. ive tried:
Code:
wget ht tp:w ww .keygenmusic.n et/music/*
it ...
- 11-13-2009 #1Just Joined!
- Join Date
- Nov 2009
- Posts
- 1
wget Help
Ok, Im trying to download every keygen song from keygenmusic.n et, and i do not know how to do it. ive tried:
it goes from /music/(folder names of random cracking teams)/the keygen song.rarCode:wget ht tp:w ww .keygenmusic.n et/music/*
Much help would be thankfull.
- 11-14-2009 #2
You will have to use a bigger script

Use Curl + sed + wget =)
Like so..
However you need to mod this so it will suit your needs...curl -s "http://ur1.ca/fn9j | sed -rn 's/.*href="(.*mp3)".*/http:\/\/dotmatrix.at\1/p' | wget -i -
Oh, I got this from trufae (trufae) on Twitter him. Just for the Reference.


Reply With Quote