Skip to content

Youtube downloader coded in Python3 using pytube and validators. Instructions are included in the README file.

Notifications You must be signed in to change notification settings

gperretta/easy-youtube-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🎥 Youtube Downloader

Easy downloader for youtube videos, featuring three download options:

  • Highest resolution video 📈
  • Lowest resolution video 📉
  • Audio only 🎧

Pytube

Install pytube by running the following command in your terminal:

pip install pytube

or download the package from your IDE (e.g. PyCharm) Python Packages section.

Find other informations here.


Validators

Install validators by running the following command in your terminal:

pip install validators

or download the package directly from your IDE just like pytube.

Find other informations here.


Create an executable

Before starting: save your script/project!

Install pyinstaller by running the following command in your terminal:

pip install pyinstaller

and finally create the executable using pyinstaller:

pyinstaller --onefile pythonFileName.py

About

Youtube downloader coded in Python3 using pytube and validators. Instructions are included in the README file.

Topics

Resources

Stars

Watchers

Forks

Languages