Get the music genres in YouTube

后端 未结 3 1845
醉话见心
醉话见心 2021-02-06 12:56

When we view the YouTube page, and click Music, we are able to see them on different genre\'s like \"Rap\", \"Rock\", \"Country\", etc.

How can I retrieve this data (th

3条回答
  •  太阳男子
    2021-02-06 13:27

    In freebase you can ask for music genre mids. For example in: http://www.freebase.com/search?query=rock you get that /m/06by7 = rock. With this id you do a query on youtube and get videos regarding this genre;

    Try it https://developers.google.com/youtube/v3/docs/search/list#try-it with this conditions:

    part: snippet
    topicId: /m/06by7
    

提交回复
热议问题