I’m writing a podcast aggregator in Python. I’ve found that most podcasts have the audio file linked under a link tag. But some don’t: for example the Nature podcast has it under origEnclosureLink tags.
Many podcast aggregators have no problem downloading the Nature podcast, so I assume that people know something that I don’t about which tags (tend to) carry the meat in a podcast feed. Could someone enlighten me about this?
<enclosure<link rel="enclosure"<media:content xmlns:media="http://search.yahoo.com/mrss/"<feedburner:origEnclosureLink xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0"The Nature podcast feed is RSS 2.0.