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