Skip to content

Command line youtube downloading script using pytube python module

Notifications You must be signed in to change notification settings

adityajoshi/ydl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ydl

This is a command line youtube script to download YouTube video using pytube python module.

Setup steps

Steps 1 & 2 are only required for fresh install.

  1. Create new virtual env.
    virtualenv -p /usr/bin/python3 ydl or python3 -m venv ydl

  2. Activate new env.
    . ./ydl/bin/activate

  3. Install pytube module.
    pip install pytube

  4. To run program python ydl.py "url_of_video"

About

Command line youtube downloading script using pytube python module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages