Find country of channel in youtube api v3

前端 未结 5 755
萌比男神i
萌比男神i 2020-12-20 16:24

In v2 of the youtube api, I could get the country of a channel by getting it\'s user information (https://gdata.youtube.com/feeds/api/users/userId) and looking at the Locati

5条回答
  •  北海茫月
    2020-12-20 16:57

    The only workaround is using guideCategories.

    You can list guideCategories by region.

    Then in your channels->list call you can plug that category ids.

提交回复
热议问题