RSS2.0 のは取れるか?

>>> d = feedparser.parse("http://tokyocalling.org/index.xml")
>>> d.encoding
'iso-8859-1'
>>> d.feed.link
u'http://tokyocalling.org/'
>>> e = d.entries[0]
>>> e.title
u'Rewrite the History Book??'
>>> e = d.entries[1]
>>> e.title
u'Tokyo Calling Episode 11'
>>> e.description
u'

A two hour trip to the park with my two eldest daughters and my Sanyo mp3 recorder resulted in this 25 minute soundscape. The sound quality is hampered by windy conditions on this chilly and sunny Sunday morning.

\n\n

Featured on this soundscape are street musicians playing outside of a pachinko parlor, my daughters playing in the park, a talking vending machine, hot lemonade, and my futile attempts to make a point as my daughters vie for their daddy\'s attention. Just another day in Tokyo.

\n\n

Thanks for listening.

'
>>> e.link
u'http://tokyocalling.org/archives/2005/02/tokyo_calling_e_8.html'
>>> e.enclosure
Traceback (most recent call last):
File "", line 1, in ?
File "feedparser.py", line 184, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'enclosure'
>>> e.category
u'Podcasts'
>>> e.enclosure.url
Traceback (most recent call last):
File "", line 1, in ?
File "feedparser.py", line 184, in __getattr__
raise AttributeError, "object has no attribute '%s'" % key
AttributeError: object has no attribute 'enclosure'

ダメみたいね。mp3 のありかがわからないと podcasting できないし。
最近の、podcastingできるサイトのRSSは、この形式が主流みたいだし。
困ったな。