如何从 youtube.com/music 获取项目

发布于 2024-11-08 20:51:15 字数 368 浏览 3 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

停顿的约定 2024-11-15 20:51:15

据我所知,您引用的 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文