Reputation: 259
I am want to read and display top 200 comments on a video on youtube. Basically when I go to the link: http://gdata.youtube.com/feeds/api/videos/EokUNzGJBI8/comments I get all the comments in rss feed form. How do I parse and read all the comments?
Edit: I have tried the same in php and it's quite easy to retrieve. I need to do it in Java and I am new to it.
Upvotes: 1
Views: 551
Reputation: 15519
You can take the following steps in code:
Upvotes: 2