Skip to content

vinycloud/download-youtube-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Download Video and Playlists Youtube from Python

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.git

Create a virtual environment for execute the script to avoid install dependencies in your local machine:

python3 -m venv .venv

Activate the virtual environment:

source .venv/bin/activate

After this, install the dependencies contained in the file requirements.txt:

pip install -r requirements.txt

And finally, choose the script and execute:

python3 youtube.py

After your use, you can deactivate the virtualenv using the command below:

deactivate

Enjoy! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages