Ok, so i have a URL of an MP3. What are my options for downloading it. In or out of a browser, doesn't really matter. Short of creating a HTML document with a href that i "Save Target" on, can I do anything from the Terminal or within Mac OS X? I know Linux has wget...

link|improve this question
Related. There's also wget on OS X. – Daniel Beck Jun 10 '11 at 1:22
feedback

3 Answers

up vote 10 down vote accepted
  1. Paste the URL into Safari's address bar
  2. Type option + enter
link|improve this answer
AMAZING. Thanks – benhowdle89 Jun 9 '11 at 21:13
feedback

Try curl -O http://url/of/file.mp3

link|improve this answer
feedback

Paste the URL into Safari's Downloads window.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.