Extracting youtube Video Thumbnails

Hi,
Just started working on the Challenge 21, YouTube Channel Data Analysis

I see that in one of the report there we have YouTube Video ID, I know that if I concatenate this video ID with the rest of the Youtube link, “https://www.youtube.com/watch?v=”, I get a link to the video.

Is there a way to extract the video Thumbnails with this link,(s) and bring them to power bi?

Hi, @jps

Try one of these formats (depending on the size thumbnail you need):

http://img.youtube.com/vi/insert-youtube-video-id-here/default.jpg
http://img.youtube.com/vi/insert-youtube-video-id-here/hqdefault.jpg
http://img.youtube.com/vi/insert-youtube-video-id-here/mqdefault.jpg

I found the info here: https://gist.github.com/iredun/a9681c46d3d74e03fb35d9ebf198b83d and tried it using one of the EDNA videos as an example:




Good luck on your challenge submission!

2 Likes

Hi,

That worked just perfect. Thank you for your support.

Regards,