Skip to content

A tool to download videos from facebook, youtube and any other website except those from streaming services with a nice, simple to use GUI.

Notifications You must be signed in to change notification settings

TheLostProgrammer/Video_Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

Video Downloader

A tool to download videos from youtube. Comes with a simple, clean GUI. This acts as a GUI frontend for youtube-dl using the python programming language. This tool will work on Windows, MacOs and Linux.

#########Installation#########

MacOs:

Step 1: Install Python. Go to https://www.python.org/ and install the dmg

Step 2: Install pip pip is used to install other python modules $ python3 get-pip.py

Step 3: Install gdal needed for earthpy $ pip install gdal

Step 4: Install python modules Type these into your terminal $ pip install pytube $ pip install pafy $ pip install requests $ pip install earthpy

Step 5: Run Video_Downloader.py

Linux:

(this uses arch as an example, replace pacman with your distro's package manager)

Step 1: Install Python Install python from your package manager $ sudo pacman -S python3

Step 2: Install pip $ sudo pacman -S python-pip #note, in some distros it might be python3-pip

Step 3: Install gdal needed for earthpy $ pip install gdal

Step 4: install python modules $ pip install pytube $ pip install pafy $ pip install requests $ pip install earthpy

Step 5: Run Video_Downloader.py

Windows 10:

Step 1: Install Python Go to https://www.python.org/ and download the exe, then run it.

Step 2: Install pip Open your Command Prompt and type in $ python get-pip.py

Step 3: Install gdal needed for earthpy $ pip install gdal

Step 4: install python modules $ pip install pytube $ pip install pafy $ pip install requests $ pip install earthpy

Step 5: Run Video_Downloader.py

About

A tool to download videos from facebook, youtube and any other website except those from streaming services with a nice, simple to use GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages