How can I get a channel ID from YouTube?

前端 未结 13 1730
梦谈多话
梦谈多话 2020-11-28 19:40

I\'m trying to retrive the data from my channel using the YouTube Data API V3.
For that I need my channel ID.
I\'ve tried to find my channel ID fr

13条回答
  •  一向
    一向 (楼主)
    2020-11-28 20:33

    To obtain the channel id you can view the source code of the channel page and find either data-channel-external-id="UCjXfkj5iapKHJrhYfAF9ZGg" or "externalId":"UCjXfkj5iapKHJrhYfAF9ZGg".

    UCjXfkj5iapKHJrhYfAF9ZGg will be the channel ID you are looking for.

提交回复
热议问题