FredMDUX / youtubePlaylistDL

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%