检索 youtube most_viewed url
如何在 youtube most_viewed 视频中应用过滤器。
most_viewed 视频的网址如下: http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed ?v=2
我想在上述网址内应用过滤器。 例如如何通过 most_viewed 类别中的关键字搜索视频。
请求:请不要参考 Youtube 开发者指南
How to apply filter in the youtube most_viewed video .
Like url for most_viewed videos is :
http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed?v=2
i wanted to apply filters inside the above url .
like how to search the videos by keywords inside the most_viewed category .
Request :Please don't refer Youtube Developer Guide
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道的唯一过滤器是类别关键字。例如,要过滤观看次数最多的“游戏”视频,您可以使用:
http ://gdata.youtube.com/feeds/api/standardfeeds/most_viewed_Games?v=2
完整的类别列表由 Google 提供。
[编辑:]
手册页声明说得很清楚:
这是完整手册页
希望这会有所帮助!
The only filter I know of is the category keyword. For example, to filter most viewed "Games" videos, you would use :
http://gdata.youtube.com/feeds/api/standardfeeds/most_viewed_Games?v=2
The complete categories list is made available by Google.
[EDIT :]
The manual page statement makes it clear :
Here is the full manual page
Hope this helps !