Skip to content

A python tool to download all the videos from a YouTube library.

License

Notifications You must be signed in to change notification settings

MaxPoon/YouTube-Library-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

YouTube-Library-Downloader

A python(3.x) tool to download all the videos from a YouTube library.

Description

You may encounter the situation where you need to download all the videos in a YouTube library. This YouTube library downlowder allows you to do it easily.

Install Dependencies

pip install requests
pip install beautifulsoup4
pip install pytube

Usage

python pytubelb.py

Parameters

URL: The url of the YouTube video library you want to download.

Resolution: The prefered resolution of the video, 480 by default. In the case that the resolution you choose is not available, it will download the video of the highest available resolution.

Maximum number of simultaneous downloads: By default it's the number of CPUs.

path: The path you prefer to save the video. By default it is the current folder.

About

A python tool to download all the videos from a YouTube library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages