Youtube api get the channels from the Featured channels module -
i want channel module featuring channel
of youtube channel ,with api v3 of youtube
i post picture, can see module featuring channel
this module youtube channel.
i want api can't find information in api. is possible ?
there isn't option grab featured channel on youtube api v3. think need wait update of api v3.
i found solution youtube api v3 !
if check documentation of channel can see parameter : brandingsettings
the featured channels in brandingsettings results. need id youtube channel, not username. made tool find id of channel youtube name.
http://martialdidit.github.io/youtubeid/
for example, channel : youtubehelp -> id : ucmdqxm7cux3yxkfeha5zjiq
so id , part : brandingsettings able find featured channels.
an exemple api's explorer
the result :
"brandingsettings": { "channel": { "title": "youtube help", "description": "subscribe tutorials, troubleshooting, , tips youtube team! check out links below more help.", "keywords": "youtube tutorials \"youtube help\" hilfe ayuda aide ヘルプ 도움 ajuda", "moderatecomments": true, "showrelatedchannels": true, "showbrowseview": true, "featuredchannelstitle": "featured channels", "featuredchannelsurls": [ "ucbr8-60-b28hp2bmdpdntcq", "ucuzhfz9jikrlrow8lcyjeqq", "ucenzlh03myukjrllfpvqxsg", "uckrfarvrzhew2e7b6svt7vq", "ucen58ixqg82txgsdcjwqikg", "ucgnxlruwxs9fjnpztu5avqa" ], "unsubscribedtrailer": "mjhdkjupjls", "profilecolor": "#000000" },
if check table : featuredchannelsurls
each id corresponding featured channel. use api v3 find name of channels associate.
Comments
Post a Comment