如何从 youtube.com/music 获取项目
http://youtube.com/music 列出了 YouTube 上排名前 100 的音乐视频。如何使用数据 API 获取这些信息?在任何地方都找不到它的记录。
该页面没有任何 RSS/Atom 提要。我不想抓取它:/
YouTube Data API 文档: http://code.google.com/intl/sv/apis /youtube/2.0/reference.html
http://youtube.com/music lists the top 100 music videos on YouTube. How do I get these with the Data API? Can't find it documented anywhere.
The page doesn't have any RSS/Atom feeds. I don't want to scrape it :/
YouTube Data API documentation:
http://code.google.com/intl/sv/apis/youtube/2.0/reference.html
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,您引用的 YouTube 页面 ( http://youtube.com/music ) 获取了使用不同的标准列出视频。执行类似搜索的一个很好的起点是以下示例:
http://code.google.com/p/gdata-samples/source/browse/trunk/gdata/topic-explorer
过滤免费基础主题并仅保留与音乐相关的主题
From what I can see the YouTube page ( http://youtube.com/music ) to which you refer gets the list video using different criteria. A good starting point to performs a search similiar is the example:
http://code.google.com/p/gdata-samples/source/browse/trunk/gdata/topic-explorer
Filtering freebase topics and leaving only those related to music