Did you know that you can download mp3, video and other files from almost any website with just a little effort ? All you need is Firefox, the Firefox extension Firebug and a download manager. This knowledge is especially helpful if the tools you normally use to download videos or mp3 does not work on a website.
Firebug is actually a great web development extension for Firefox which does also list all objects that are loaded with their full url on the server. I suppose you are already seeing where this is going, huh ? You just have to take a look at the objects and filter out the largest files which are most of the time the media files. Copy the url from that file and paste it into your download manager to download the mp3, video or other media file.

