How do I use MATLAB to retrieve youtube comments?

I've been trying to use MATLAB to retrieve comments from a youtube video. I can use the code below to get the most recent comments. How would I get all of the comments from a video?
urlread('https://gdata.youtube.com/feeds/api/videos/6Hd6cs0RbNs/comments/')

1 个评论

Your code extract all content about comments. You should now parse it using regular expressions.

请先登录,再进行评论。

回答(0 个)

类别

帮助中心File Exchange 中查找有关 Debugging and Improving Code 的更多信息

提问:

2014-3-30

评论:

2014-9-24

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by