SkillAgentSearch skills...

YoutubePlaylistDL

A simple script to download all videos in a youtube playlist (720p quality)

Install / Use

/learn @tdietert/YoutubePlaylistDL
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

youtubePlaylistDL

A simple script to download all videos in a youtube playlist (720p quality)

Requirements:

#####This script needs Python 3.4.1+

$ pip3 install pytube

Usage:

$ python ytPlaylistDL.py <playlistURL>
$ python ytPlaylistDL.py <playlistURL> <destinationPath>

Example:


Say I'd like to download all videos in the playlist "FOMH 2015" (a music channel I like on youtube), found at URL https://www.youtube.com/playlist?list=PLVJcUspOFG-Np-YotXlPviRUK_MKyvwId, and put them in a music folder named ~/Music/FOMH. This is how I would do that:

$ python ytPlaylistDL.py https://www.youtube.com/playlist?list=PLVJcUspOFG-Np-YotXlPviRUK_MKyvwId ~/Music/FOMH
View on GitHub
GitHub Stars145
CategoryContent
Updated3mo ago
Forks53

Languages

Python

Security Score

77/100

Audited on Dec 16, 2025

No findings