Get ViewCount in Search.List - Youtube Data API v3

陌路散爱 提交于 2019-12-12 16:22:46

问题


Recently, I work with youtube API v3 for Android. I use Search.List when I want to retrieve list of videos from a keyword. I can find a lot of information from result (items/snippet), however I can't find viewCount of each video. Looking detail at this API, I see a field named: order and I can order by rating, viewCount, etc. IMO there should has a way to retrieve viewCount when searching. Does anyone know it? Is it possible to give an example? Thank you very much.


回答1:


See my explanation here

viewCount can be retrieved from the Videos-->list and not from Search-->list.



来源:https://stackoverflow.com/questions/22240475/get-viewcount-in-search-list-youtube-data-api-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!