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

enter image description here

this module youtube channel.

i want api can't find information in api. is possible ?

https://support.google.com/youtube/answer/3027950?hl=en

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -