I'm in the process of putting the finishing touches on the infrastructure code for downloading podcasts in RSS Bandit. The main things left are handling the uncommon cases such as password protected enclosure files and resuming downloads if the application is restarted. I should be able to make some progress with UI integration by the end of the weekend.

The current question I've been trying to figure out is what podcast feed(s) should be in the default set of feeds when a new user installs RSS Bandit. My original plan was to go with Ask A Ninja but it seems there's some weirdness in the feed where some enclosures are Flash files while the others are Quicktime movies. The feeds I'm currently considering are

Which of these do you think is a good fit for the typical RSS Bandit user? Are there other podcasts I should be considering?

Update: It seems there are even more problems with the Ask A Ninja podcast. It seems the service hosting their podcast files (such as this one) rejects HTTP requests from the Windows Background Intelligent Transfer Service (BITS). I'm not sure what to do about this problem since there doesn't seem to be a way to change the User Agent string in the HTTP requests sent by the BITS client. :(