如何使用 youtube API 按国家/地区搜索频道?
我想搜索 Youtube 频道并按用户所在国家/地区以及其他内容过滤它们 我怎样才能做到这一点?
我以前从未处理过 API,因此指导我应该使用哪种语言以及一些关于 Google 以外的 YouTube API 的教程会很有用。
I want to search Youtube channels and filter them by the user's country among other stuff
How can i do that ?
I never dealt with an API before , so it would be useful to direct me which language should I use and some tutorials on youtube APIs other than Google's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用不同语言的 api,您应该在此处查看开发人员 API,它包含所有详细信息,
http://code.google.com/apis/youtube/getting_started.html#data_api
在此处搜索标准 Feed,
http://code.google.com/apis/youtube/2.0/reference.html
根据您的需要搜索合适的网址。
you can use the api in different languages , you should go through developers API here , It has all details,
http://code.google.com/apis/youtube/getting_started.html#data_api
Search for standard feeds here ,
http://code.google.com/apis/youtube/2.0/reference.html
search appropriate URL according to your needs.