metacafe-dl: Download videos from metacafe.com

What is it?

metacafe-dl is a small command-line program to download videos from metacafe.com, based on the code of youtube-dl. Hence, it has the same requirements and features, and its syntax is very similar. The latest version is 2007.10.09. It's also licensed under the MIT License.

As with youtube-dl, I'll try to keep it updated if metacafe.com changes the way you access their videos, but the same circumstances apply. My contact information is at freshmeat.net.

Usage instructions

In Windows, once you have installed the Python interpreter, save the program with the .py extension and put it somewhere in the PATH. Follow the guide to install youtube-dl under Windows XP, as the instructions for metacafe-dl are identical.

In Unix, download it, give it execution permission and copy it to one of the PATH directories (typically, /usr/local/bin).

After that, you should be able to call it from the command line as metacafe-dl or metacafe-dl.py. I will use metacafe-dl in the following examples. Usage instructions are easy. Use metacafe-dl followed by a video URL. Example: metacafe-dl "http://www.metacafe.com/watch/somecode/blah/etc". The video will be saved to the file somecode.flv in that example. As metacafe.com videos are in Flash Video format, their extension should be flv. In Linux and other unices, video players using a recent version of ffmpeg can play them. That includes MPlayer, VLC, etc. Those two work under Windows and other platforms, but you could also get a specific FLV player of your taste.

If you try to run the program and you receive an error message containing the keyword SyntaxError near the end, it means your Python interpreter is too old.

More usage tips

Download it

Note that if you directly click on these hyperlinks, your web browser will most likely display the program contents. It's usually better to right-click on it and choose the appropriate option, normally called Save Target As or Save Link As, depending on the web browser you are using.

2007.10.09