Script Python developed for Download Videos and Playlist from Youtube.
For execute, clone the repository and execute the following commands:
git clone https://github.com/vinycloud/download-youtube-python.gitCreate a virtual environment for execute the script to avoid install dependencies in your local machine:
python3 -m venv .venvActivate the virtual environment:
source .venv/bin/activateAfter this, install the dependencies contained in the file requirements.txt:
pip install -r requirements.txtAnd finally, choose the script and execute:
python3 youtube.pyAfter your use, you can deactivate the virtualenv using the command below:
deactivateEnjoy! :)