从链接列表动态生成 RSS 提要?
例如,如何从指向视频的链接列表即时动态生成临时 RSS 提要?
How might one dynamically generate a temporary RSS feed, on the fly, from a list of links that point to videos, for example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 RSS 源的规范,例如:
http://www.rss-specifications.com/ 或 http://www.atomenabled.org/developers/syndicate /atom-format-spec.php,有很多,只需谷歌一下。
然后遍历您的列表并构建适当的 XML。
Check the specifications for RSS-feeds, e.g. here:
http://www.rss-specifications.com/ or http://www.atomenabled.org/developers/syndication/atom-format-spec.php, there's tons, just check Google.
Then iterate through your list and build the appropriate XML.