Youtube API and excel - retrieve username from cell (video URL) -


this excel macro homework. task display youtube video channel name, based on url. let's have column (each cell separate video url) , column b in want display names.

i know using code:

https://www.googleapis.com/youtube/v3/videos?id=<video_id>&key=<your_api_key>&part=snippet 

i can display basic data includes "channeltitle" variable. how display channel title?

https://developers.google.com/youtube/v3/getting-started#part

i'd fields = channeltitle. play around little or parse json in vba macro: parsing json in excel vba


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -