Youtube – Is it possible to list a YouTube Channel’s uploaded videos

youtubeyoutube-channel

So I'm working on my website and I wanted to create a list of recently uploaded videos on my channel. I can do it manually but I wanted to know if there was a way to automate it, maybe a script or something. I tried looking up the YouTube API but I can't find something similar.

Best Answer

Youtube has rss feeds for the uploaded videos on a channel that is available at a URL like

https://www.youtube.com/feeds/videos.xml?channel_id=UCmv1CLT6ZcFdTJMHxaR9XeA

You didn't mention anything else about the site you want to use this for, but there are many ways to use an RSS feed.