download all mp3s from directory

have you ever read tips and trick to easy find mp3 from google? find dificulties to download them one by one?

then here’s a trick to download it with a single line command using wget

[~]# wget -r -l4 —no-parent -A.mp3 http://mp3site.com/directory/

it will find and download all files ended with .mp3 format. oh ya, in case is there any problem with your connection and you want to re-continue this, please insert -nc the command line

[~]# wget -r -l4 —no-parent -A.mp3 -nc http://mp3site.com/directory/

so that it will skip existing/downloaded files.

example:

tips : google for “index of /mp3/”

One Comment

  1. Posted October 2, 2007 at 3:29 am | Permalink

    i prefer “index of” as my dork 2 find mp3(s)..

    check out my blog k :P