Find the answer to your Linux question:
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 ...
  1. #1
    xyN
    xyN is offline
    Just 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:
    Code:
    wget ht tp:w ww .keygenmusic.n et/music/*
    it goes from /music/(folder names of random cracking teams)/the keygen song.rar
    Much help would be thankfull.

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,423
    You will have to use a bigger script
    Use Curl + sed + wget =)
    Like so..
    curl -s "http://ur1.ca/fn9j | sed -rn 's/.*href="(.*mp3)".*/http:\/\/dotmatrix.at\1/p' | wget -i -
    However you need to mod this so it will suit your needs...
    Oh, I got this from trufae (trufae) on Twitter him. Just for the Reference.
    New Users, please read this..
    Google first, then ask..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...