我正在研究 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。