在 xcode 中使用 xml 从 youtube 频道获取嵌入 url 链接
我一直在尝试将某个 YouTube 频道的视频列表嵌入到我的表格视图中。我学会了如何使用 urlStrings 列表手动嵌入每个字符串。现在我想通过自己从 YouTube 检索链接来将其升级为更强大的流程。问题:
如何使用 xml 从频道获取每个视频的 url? -我知道“https://gdata.youtube.com/feeds/api/channels?q=myChannel”返回我想要的东西,我只是不知道如何从那里转到这些“http://www.youtube.com”的列表。 youtube.com/embed/FmtA2Tq062o”。
提前致谢!
I have been trying to embed a list of videos from certain YouTube channel in my table view. I learned how to embed each on manually with a list of urlStrings. Now I would like to upgrade it into a more robust process by retrieving the links from YouTube by itself. The question:
How do I get the url(s) of each videos from the channel using xml?
-I know "https://gdata.youtube.com/feeds/api/channels?q=myChannel" returns something I want, I just dont know how to go from there to a list of these "http://www.youtube.com/embed/FmtA2Tq062o".
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论