How to get a specific comment of a YouTube video?

依然范特西╮ 提交于 2019-12-11 15:04:50

问题


Does anyone have any clue how to a specific comment on a YouTube video? For example the first one, or the last one and etc.
I tried looking into the YouTube API but I haven't found anything.


回答1:


The best I can see is Comments: list which returns a list of comment resources. I don't think you can get just a single one, I suspect you will need to get them all then search them yourself locally.

There also doesn't appear to be any search type method with the YouTube api under standard parameters. So I think you are going to be stuck getting them all.



来源:https://stackoverflow.com/questions/31266906/how-to-get-a-specific-comment-of-a-youtube-video

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