How to get comments from videos using YouTube API v3 and Python?

前端 未结 5 1967
陌清茗
陌清茗 2021-02-02 04:40

I\'ve been trying to get comments (both threads and replies) from a given video on YouTube using Python (as an exercise to learn the language).

Based on the examples giv

5条回答
  •  孤街浪徒
    2021-02-02 05:00

    In the latest version of the API, you can only get replies to top level comments. Further replies that are not replying to the top level comments can't be fetched. Source - https://developers.google.com/youtube/v3/docs/comments/list

    This contributes to a significant reduction in the number of comments.

提交回复
热议问题