deepjyotiroy079 / py-ytd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Youtube Downloader

A simple python script that downloads individual videos as well as playlists.

Usage

Create a virtual environment

python -m venv env

Activate the virtual environment

.\env\Script\activate.bat

Installing dependencies

pip install pytube 

For Video

python app.py --type video --url <url> 

For Playlist

# for playlist
python app.py --type playlist --url <url for playlist> 

About


Languages

Language:Python 100.0%