Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Mikebuzzsaw

macrumors 6502
Original poster
Oct 1, 2007
409
4
Los Angeles, CA
There's this website that has a bunch of mp3s in one directory. Instead of downloading them one by one.. is there a program that will download the entire website and all it's mp3?
 
igetter sounds like what you need. it's shareware, but it still works great. it also integrates well with safari.
 
How can I download any songs directory by using simple coding.............?

Can anybody help me to download

:confused:
 
How can I download any songs directory by using simple coding.............?

Can anybody help me to download

:confused:

wget -r --no-parent http://blah/index_dir/
Add -b to run in the background.

If you don't have wget, install it (sudo brew install wget).
If you don't have brew, install it by:
ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.