These are my links for 2011-02-09 through 2011-02-25:
I was looking to learn about the Google Data Protocol so I wrote a quick Python script that will fetch Youtube videos by their playlist.
This utility allows you to download all the videos from a playlist on Youtube. It creates a folder in the current directory (or in the specified path) named after the playlist name and then downloads each video in order and places it within the folder.
If the script fails in the middle of the playlist you can restart it with the same options and should pick up where it left off.
The script depends on youtube-dl for the actual downloading of videos. It is also an easy to install Python script.
The script can be found on GitHub: https://github.com/jordoncm/youtube-dl-playlist
You can also get more details on the project page.
These are my links for 2011-01-04 through 2011-02-08: