Skip to content

polypores/youtube-console-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple youtube console downloader

Instalation

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

Examples

python main.py <link>
python main.py https://www.youtube.com/watch?v=J2X5mJ3HDYE

ok

Bug fixes

  • 01.09.2022: add error handling for invalid links

Contributing

We're open to all community contributions! If you'd like to contribute in any way, feel free to make a pull request.