I am trying to get a specific comment from a YouTube video. For example I want to get the details from the 34th comment of a YouTube video. Does anybody knows how can I do this without reading all the comment list?
Or if there isn't available any solution for retrieving only one comment, can you get a list with all the comments from a YouTube video? (I used the API method commentThreads
but it has a limit of 100 comments within a call).
Btw, I read this How to get a specific comment of a youtube video? , but maybe the answer is outdated.