我不明白通过常规 youtube 搜索与通过 api 执行的搜索返回的差异。
这是我的示例查询:http ://gdata.youtube.com/feeds/api/videos? q=Alien Moons the universe&max-results=25&v=2&duration=long
youtube 常规搜索的第一个结果就是我正在寻找的内容(Alien Moons Documentary,长度为 44:28)。API 查询的结果中显示了相同的视频,但顺序不同 - 就像结果列表的一半。
API 不应该允许轻松访问常规搜索吗?我什至尝试添加 &orderby=relevance 标签,但没有帮助。