通过用户 ID 直接访问频道信息,http ://gdata.youtube.com/feeds/users/Lm-kPkFGRaV0t55q7-VwgQ?alt=json&safeSearch=strict&restriction=MY ,我可以得到http://s.ytimg.com/yts/ img/silhouette250-vflEqxKg9.png来自 media$thumbnail 标签
但是,按频道 API 查询搜索,http ://gdata.youtube.com/feeds/api/channels?alt=json&q=ghghghgh&start-index=1&max-results=1&v=2&safeSearch=strict&restriction=MY ,我得到http:// s.ytimg.com/yt/img/no_videos_140.png来自 media$thumbnail 标签
使用网络浏览器访问https://www.youtube.com/results?search_query=ghghghgh&filters=channel&lclk=channel,我可以看到http://s.ytimg.com/yts/img/silhouette250-vflEqxKg9.png
我的问题是,我如何使用按频道 API 搜索获得http://s.ytimg.com/yts/img/silhouette250-vflEqxKg9.png(http://gdata.youtube.com/feeds/api/channels?alt =json&q= ),而不是http://s.ytimg.com/yt/img/no_videos_140.png?
更新:我想知道如果用户有 yt$googlePlusUserId,那么它不会有问题,例如用户http://gdata.youtube.com/feeds/api/users/UCBJ7AiDylXmwgUlSQFM2luw?alt=json&safeSearch=strict&restriction=MY&prettyprint=True&fields= yt:googlePlusUserId
谢谢