Youtube API - 通过 Json 获取 youtube-trends,可能吗?
是否可以获取 YouTube 趋势 http://feeds.feedburner.com/youtube-trends通过 json?
Youtube GDATA
http://gdata.youtube.com/demo/index.html
示例json链接
http://gdata.youtube.com/feeds/api/standardfeeds/most_recent ?alt=json
不起作用
http://gdata.youtube.com/feeds/api/standardfeeds/youtube_trends ?alt=json
http://gdata.youtube.com/feeds/api/standardfeeds /youtube-trends?alt=json
提前致谢!
彼得
is it possible to get the Youtube Trends http://feeds.feedburner.com/youtube-trends via json?
Youtube GDATA
http://gdata.youtube.com/demo/index.html
Example json link
http://gdata.youtube.com/feeds/api/standardfeeds/most_recent?alt=json
Did not work
http://gdata.youtube.com/feeds/api/standardfeeds/youtube_trends?alt=json
http://gdata.youtube.com/feeds/api/standardfeeds/youtube-trends?alt=json
Thanks in advance!
Peter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您要查找 YouTube 上的热门视频,可以在以下位置找到该 Feed:
https:// gdata.youtube.com/feeds/api/standardfeeds/on_the_web?alt=json
这是 描述为:
您引用的是基于该 Feed 的博客文章,如此处所示。
If you are looking for the Trending videos on YouTube, you can find that feed at:
https://gdata.youtube.com/feeds/api/standardfeeds/on_the_web?alt=json
It is described as:
What you are referencing are blog posts based on that feed, as seen on here.
首先,您需要一个 API 密钥。
然后,只需将以下链接粘贴到网络浏览器中,然后右键单击 -->另存为 JSON
https:// www.googleapis.com/youtube/v3/videos?part=contentDetails&chart=mostPopular®ionCode=lk&key= {您的 API key}
{您的 API 密钥} - 您的个人 API 密钥可以从 - https:// 获取Developers.google.com/youtube/v3/getting-started
此问题已在此处得到解答
Youtube API - 获取特定关键字的热门视频
First, you need an API key.
Then, Just paste the following link into a web browser and then right-click --> save as JSON
https://www.googleapis.com/youtube/v3/videos?part=contentDetails&chart=mostPopular®ionCode=lk&key= {Your API key}
{Your API key} - Your personal API key can get from - https://developers.google.com/youtube/v3/getting-started
This question is already answered here
Youtube API - Getting trending videos for a specific keyword