Youtube API - Get top comments from a video
问题 Is it possible to get the top comments from a video? Maybe sorted by number of thumbs up? This is my current url: http://gdata.youtube.com/feeds/api/videos/'+yt_id+'/comments?alt=json-in-script&callback=?&max-results=50 Thanks in advance! Peter 回答1: Unfortunately, i think there is no such option. You can´t (or i didn´t manage to get it working) order by rating, likes etc. of comment, because there is no gdata-tag like "rating" etc. for comments. YouTube doesn´t provide this so far. You can