youtube-dl Channel All Videos Download

Downloading All Videos from a YouTube Channel Using youtube-dl

This article introduces a method to download all videos from a channel using youtube-dl.

Shou Arisaka
1 min read
Oct 31, 2025

You know those URLs that have a list of all videos from a video uploader, right?

https://www.youtube.com/channel/foofoo/videos

Donโ€™t you sometimes want to download all of these videos?

Yes, the familiar "youtube-dl" can do it. Yes, with "youtube-dl".

It seems it doesn't work with old versions, so let's use the latest version.

youtube-dl -f best -citw -v <url-of-channel>
youtube-dl -f bestaudio -citw -v <url-of-channel>

Specific example:

youtube-dl -f bestaudio --audio-format mp3 -citw -v https://www.youtube.com/channel/UCgUqutokqZLXEimU96MtJ1Q/videos

Share this article

Shou Arisaka Oct 31, 2025

๐Ÿ”— Copy Links