Application made in Python to download YouTube videos.
This is an old project that I decided to re-upload to GitHub, with the python up to date.
- Python;
- GIT - Conventional Commits.
- Clone the repository with
git clone https://github.com/VictorHDS/YTVD.git
; - To activate the Virtual Environment (by PowerShell), execute
/venv/bin/Activate.ps1
; - On your Command Line Interface (CLI) execute the command
python YTVD.py
orpython3 YTVD.py
; - When the application asks for it, copy the link to the clipboard and paste it on your CLI;
- Wait until the download bar reaches 100%;
- The video chosen will be downloaded on the same directory of the project.
- Download the "YTVD.exe" file in "/output";
- Execute the "YTVD.exe" file;
- When the application asks for it, copy the link to the clipboard and paste it on your Command Line Interface;
- Wait until the download bar reaches 100%;
- The video chosen will be downloaded to the same directory of the "YTVD.exe" file.
- By default, the application downloads videos in the highest possible resolution;
- There is no size limit. It is possible to download any video of any size, taking the necessary time to download it.
- How to use Pytube;
- How to use Auto-Py-To-Exe.