Skip to content

A jerry-rigged python script with command line UI to download youtube videos.

Notifications You must be signed in to change notification settings

fatpotatosalad/YouTube-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

A jerry-rigged python script with command line UI to download youtube videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages