我正在使用YouTube API。我在V2和V3上做分析。目前我试图检索高清视频。当我使用相同的查询时,输出不匹配。
使用V3
https://www.googleapis.com/youtube/v3/search?part=snippet&type=video&q=football+-soccer&start-index=1&max-results=10&videoDefinition=high&key={Developer key}
使用V2
https://gdata.youtube.com/feeds/api/videos?q=football+-soccer&orderby=published&start-index=1&max-results=10&v=2&hd&alt=jsonc
V3稳定在哪里?或者我应该继续使用v2来完成我的项目。
答案 0 :(得分:1)
您最好在API V3之上构建。 V3是我们当前投资的大部分时间,我们正在为V3添加新功能和错误修复。另外,我建议查看Topics API,更多信息请参见:https://developers.google.com/youtube/v3/guides/searching_by_topic,主题将帮助您获得更可靠(语义)的搜索结果。只有API V3支持Topics API。