A python(3.x) tool to download all the videos from a YouTube library.
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.
pip install requests
pip install beautifulsoup4
pip install pytube
python pytubelb.py
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.