iTunes Podcast Feed不显示剧集

时间:2012-05-18 20:56:18

标签: rss itunes podcast

我为我的播客创建了一个RSS 2.0 Feed,但是当我在iTunes中测试它时(高级 - >订阅播客..)没有播放剧集。

我还没有添加iTunes特定标签,因为我虽然不需要它们。是吗?有没有办法调试它为什么不起作用?根据W3C的feed验证器,它是一个有效的RSS 2.0源。

1 个答案:

答案 0 :(得分:1)

<link>中的<item>应为<enclosure>。请参阅feed specs example feed

<enclosure url="http://example.com/podcasts/everything/AllAboutEverythingEpisode3.m4a" length="8727310" type="audio/x-m4a" />