Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 500 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 500 Bytes

YouTube Downloader

A jerry-rigged python script based on pytube that downloads youtube videos.

Includes command line UI and a PROGRESS BAR!

Requirements

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

Usage

Just run the python script downloader.py.