這裏是獲取YouTube視頻的評論,從https://developers.google.com/youtube/2.0/developers_guide_protocol_comments採取的API響應:檢索YouTube上的時間戳評論
<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編寫了我的代碼,它給了我一個視頻的作者姓名和評論。我想爲我的研究工作獲取每條評論的時間戳。