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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -