• Stars
    star
    141
  • Rank 259,971 (Top 6 %)
  • Language
    Python
  • Created almost 9 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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