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 件のコメント

Alberto
Alberto 2014 年 9 月 24 日
Your code extract all content about comments. You should now parse it using regular expressions.

サインインしてコメントする。

回答 (0 件)

質問済み:

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