Clone this project
git clone https://github.com/jinshinvn/youtube-console-downloader
Update and run virtual environment (recommend)
python3 -m pip install --upgrade virtualenv
virtualenv venv
cd venv/Scripts && activate.bat
Install all requirement packages
pip install -r requirements.txt
python main.py <link>
python main.py https://www.youtube.com/watch?v=J2X5mJ3HDYE
- 01.09.2022: add error handling for invalid links
We're open to all community contributions! If you'd like to contribute in any way, feel free to make a pull request.