以下是用于检索 YouTube 视频评论的 API 响应,取自https://developers.google.com/youtube/2.0/developers_guide_protocol_comments:
<feed>
<entry>
...
<media:group>
...
</media:group>
<gd:comments>
<gd:feedLink
href='https://gdata.youtube.com/feeds/api/videos/VIDEO_ID/comments'/>
</gd:comments>
</entry>
</feed>
我不确定使用哪个 API 来获取这些数据。我用 Python 编写了我的代码,它给了我视频的作者姓名和评论。我想为我的研究工作获取每条评论的时间戳。