A variant was originally posted to the Podcasters Yahoo group. It will be in the next version of Sparks!
One theme that I've noticed this list comes back to over and over is "how do I add the
I've also looked at a number of video blogger (the strange parallel world to podcasting where they're sending out _videos_ rather than _audio_ files. Strange, eh?) feeds and many, maybe most, are not doing anything to facilitate automatic download of their data. I had decided to (in Sparks!) to allow the user the option of automatically recognizing all linked attachments in RSS entries -- that is, find all the <a href="...">, decide whether they are "podcatchable" and converting them into attachments.
This will work fine if the attachments end in a friendly extension (".mp3", ".mov", et al) but really isn't ideal since there may be a reason that the HTTP file is not so nicely named. Perhaps the solution then is to allow the podcaster to _explicitly note that this is an attachment_. That is, instead of posting:
<a href="http://example.com/blog/MyPodcast.mp3">
then would slightly modified to
<a rel="enclosure" href="http://example.com/blog/MyPodcast.mp3">
and that's that. News followers will note that Google is using the "rel" tag in an attempt to stop comment spam; this is also perfectly valid HTML.
This method slays several birds with one stone:
Here's a screenshot of Steve Garfield's video blog with attachments automatically identified (and selectively downloaded):
Notes:


