This is Excel macro homework. The task is to display a YouTube video channel name, based on URL. Let's say we have column A (each cell is separate video URL) and column B in which I want to display names.
I know that by using this code:
https://www.googleapis.com/youtube/v3/videos?id=<video_id>&key=<YOUR_API_KEY>&part=snippet
I can display basic data which includes "channelTitle"
variable. But how do I display only channel title?