A jerry-rigged python script based on pytube that downloads youtube videos.
Includes command line UI and a PROGRESS BAR!
Python libraries: pytube, shutil
Other programs: ffmpeg
To install the python libraries, use:
pip3 install pytube3 shutil
If ffmpeg
is not installed, use:
Ubuntu/Debian:
sudo apt-get install ffmpeg
Archlinux:
sudo pacman -S ffmpeg
Just run the python script downloader.py
.