How to get the items from youtube.com/music

岁酱吖の 提交于 2019-12-12 09:59:42

问题


http://youtube.com/music lists the top 100 music videos on YouTube. How do I get these with the Data API? Can't find it documented anywhere.

The page doesn't have any RSS/Atom feeds. I don't want to scrape it :/

YouTube Data API documentation: http://code.google.com/intl/sv/apis/youtube/2.0/reference.html


回答1:


From what I can see the YouTube page ( http://youtube.com/music ) to which you refer gets the list video using different criteria. A good starting point to performs a search similiar is the example:

http://code.google.com/p/gdata-samples/source/browse/trunk/gdata/topic-explorer

Filtering freebase topics and leaving only those related to music



来源:https://stackoverflow.com/questions/6083081/how-to-get-the-items-from-youtube-com-music

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!