Easy downloader for youtube videos, featuring three download options:
- Highest resolution video 📈
- Lowest resolution video 📉
- Audio only 🎧
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.
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.
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