Skip to content

haarsh85/pytube_youtube_downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Playlist Downloader [Python + Pytube]

Download entire list of videos from YouTube Playlist to your local disk. Designed by using Pytube.

This code covers the below use-cases;

  • It is designed to capture and download all videos available in a playlist once the playlist URL is provided.
  • The code downloads progressive MP4 files.
  • It prioritizes the download of 480p videos. If not found it will check for 720p and finally for 360p.
  • The files will be downloaded to the current working directory. 
  • Outputs number of videos in the playlist, video title, video quality which automatically selected for download, file size, download progress / status, download path and remaining video counter.

For more code explanation please visit: https://bit.ly/pytube_youtube_downloader

About

Download entire videos from YouTube Playlist

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages