Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

A website URL has "hidden" some MP3 files by embedding them as Shockwave files, as follows.

<span class="caption"><!-- Odeo player --><embed src="http://odeo.com/flash/audio_player_tiny_gray.swf"quality="high" name="audio_player_tiny_gray" align="middle" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" flashvars="valid_sample_rate=true external_url=http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></span>

How can I download the files for off-line listening?

I've found two methods:

1. The Stack Overflow Method

Create a new local HTML file with just the links, for example:

<a href="http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3">Sunday Edition 25Nov2008</a>

Open the file in the browser, right click the link and File > Save Link As.

2. The Super User Method

Install the Firefox addin Iget. (Be sure to use the right version for your Firefox version.)

Tools > Downloads > Enter URL in the field.

Are there any other ways?

share|improve this question
2  
You can skip creating a local file and just put "podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3"; in your address bar. – hyperslug Jul 22 '09 at 22:10
1  
That would only work providing you didn't have any multimedia plugins active (VLC, WMP etc). – Ehtyar Jul 22 '09 at 23:21
On safari, hold down option while clicking link. – Mk12 Oct 17 '09 at 23:13
Shouldnt the title question read "Download a File as or given a URL ?" – Simon Dec 11 '12 at 16:50
if i'm making sense to above title query ? – Simon Dec 11 '12 at 17:35

14 Answers

up vote 5 down vote accepted

On Linux, use 'wget' on the command line:

wget http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3

If you want a similar tool on Windows, you could install wget via Cygwin or use one of the GNU Win32 ports.

On Mac OS X, there's cURL, which appears to have a Windows build.

share|improve this answer
4  
Mac's don't have wget installed by default. It does have curl. – Telemachus Jul 23 '09 at 0:29
Ah, thanks for the correction. – Joe Holloway Jul 23 '09 at 4:29
I selected this as the most correct answer because it addresses multiple operating systems. – Michelle Aug 6 '09 at 19:34
What the hell??! I would not google this on Linux/Mac.. – Nils Feb 28 '12 at 14:58
2  
@VincentVancalbergh Perfect, I'll just wget that lin... well crap. – Rob Jul 31 '12 at 19:58
show 2 more comments

3. The command-line method

Download/install/build wget or similar and download from the commandline:

wget http://some/url
share|improve this answer

I use DownThemAll for this. You can just copy the link, open the manager window and select 'Add URL', assuming it doesn't pick the links up when run normally.

share|improve this answer

There is a very handy website for this issue:

http://www.downloadbyurl.com

share|improve this answer
Now that's handy! – Django Reinhardt Jan 27 '12 at 13:41

Here is a way to create a download page on the fly without leaving your browser.

  1. Navigate to the web page (which I'm guessing is http://www.cbc.ca/thesundayedition/ ?).
  2. Type this JavaScript into your address bar:

javascript:document.documentElement.innerHTML.match(/external_url=([^\"]*\.mp3)\"/);document.write('<'+'a href="'+RegExp.$1+'">download<'+'/a>')

share|improve this answer

There's also a plethora of clipboard-monitoring download apps that will start downloading a file when it is copied to the clipboard if you like that sort of thing. I've used FreeDownloadManager in the past.

share|improve this answer

When using Firefox then you don't need any add-ons. Just go to menu Tools ยป Page Info (or press Control/Command-I) and select the Media tab. Here you'll see all media (images, video, audio, ...) embedded in the page, including a "Save As..." button.

share|improve this answer
I think the question's intent was different - what if you're just started out with a URL? – Derek Morrison Jan 31 '12 at 15:14
@Derek, the Media tab shows all URLs that are embedded in the page one is viewing. One only needs the page URL, not the URLs of all that is embedded, to see that list. – Arjan Jan 31 '12 at 15:24

Firefox 10.0.2 still can't directly download a URL.

The original asker first method (create HTML file containing <a href="...">link</a>, open in Firefox, right click the link, save as) can be optimized with a bit of javascript like this:

<script type="text/javascript">
var copylink = function(){document.getElementById("thelink").href = document.getElementById("theurl").value}
</script>
<input id="theurl" type="text"/>
<button type="button" onclick="copylink()">Update Link</button>
<a id="thelink" href="">Download Link</a>

This little HTML file can be put to favorite. So the new flow will be:

  • Open this HTML from favorite
  • Copy paste URL to the textbox
  • Click 'Update Link'
  • Right click 'Download Link', Save As
share|improve this answer

How about this website: www.downloadurlfile.com?? It creates a download-able link to the URL.

share|improve this answer
Nice and simple. – Matthew Read Dec 15 '12 at 5:45

I always use the wget application on linux or axel if I know that I won't overload the server with 4 connections and I want it faster. Both are available on windows with Cygwin. If it's on a site which I will scrape often, create a script to extract the URL for me and run similar.

share|improve this answer
1  
There is also a stand-alone wget for Windows (Cygwin is not needed) - so wget can be used from BAT files. A direct download URL is: users.ugent.be/~bpuype/wget/wget.exe – Peter Mortensen Jul 29 '09 at 17:23

For Safari, this can be accomplished by pasting the URL into the downloads window.

share|improve this answer

The other command line method would be Curl which can also read URLs from a file. Alternatively you can write a higher level script that gets the original page, and parses out the URLs to get individually using something like Perl, Python, Ruby, maybe even JScript, or ZSH.

share|improve this answer

If your browser does not support starting a download via a direct URL (such as Safari), you can just copy the URL into the address bar and go File > Save As.

share|improve this answer
Nope, as Ehtyar pointed out, the plugins automatically start playing the mp3, with no apparent way to save the file. – Michelle Jul 23 '09 at 19:41
It would start playing the song, but you should be able to choose Save As from the file menu. I definitely can. – David Pearce Jul 24 '09 at 2:55
No, save as is greyed out. However, you can just hold down option, select the address bar and hit enter to download it instead of playing it. – Mk12 Oct 18 '09 at 2:27

Using Safari, all you need to do is open the activity window and then click on the file in the list of files. It should then start downloading the file.

If the media opens in a new window and menu File -> Save As is disabled, then I use the following on Mac OS X.

curl -o sundayEdition.mp3 http://podcast.cbc.ca/mp3/sundayeditionstream_20081125_9524.mp3
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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