| Weblog: | Coding a Smarter RSS Podcast Button | |
| Subject: | Can you syndicate podcasts w/ RSS 1.0 | |
| Date: | 2005-10-11 10:27:14 | |
| From: | Chirael | |
|
I was looking at the Yahoo! (http://podcasts.yahoo.com/publish?i=3) docs on podcasting, and their example of a feed file uses RSS 2.0.
|
||
Showing messages 1 through 3 of 3.
-
Can you syndicate podcasts w/ RSS 1.0
2005-10-11 14:50:58 David Battino |
[Reply | View]
-
Can you syndicate podcasts w/ RSS 1.0
2005-10-11 19:36:08 Chirael [Reply | View]
Apparently, but why would you want to?
Mainly because the only good, simple Python RSS module I could find (RSS.py - see http://www.mnot.net/python/RSS.py and http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/310322) only produces RSS 1.0 feed files, and I've already written code against that module.
So it would be far easier to use RSS 1.0 if possible, rather than having to hunt down a 2.0-producing Python module (which I did try, btw) and then maintaining two RSS modules. Thanks for the mod_enclosure link, maybe that will work :-/
If you know of a simple RSS 2.0 producing Python module, though, that would probably end up helping a lot too, since I suspect I'll be forced to code to support what's out there.
Thanks.
| Showing messages 1 through 3 of 3. |




More here: http://radar.oreilly.com/archives/2005/06/it_turns_out_rs.html
—David