Skip to content

Simple Cli program made in python for yt downloading

License

Notifications You must be signed in to change notification settings

Shadoworbs/yt-dlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python yt-dlp CLI

A simple CLI tool built with python3 to help you download yoututbe videos.

Features

  • Option to downlload videos in many formats eg. 144p, 480p, 720p, 1080p etc.
  • Option to extract audio from a youtube video link.
  • Supports playlist download.
  • High quality audio.
  • Low sized high quality videos.

Tech Stack

Python ffmpeg Static Badge

Setting up

Download python3 from Here if you do not have python installed.

Download and install git from here if you do not have git already.

Follow the instructions on this page to install yt-dlp.

Follow this tutorial to install ffmpeg.

Open your terminal and clone this repo

git clone https://github.com/shadoworbs/yt-dlp.git

Change directory

cd yt-dlp

Install required dependencies by running:

pip install -r requirements.txt

For windows users: run

python yt.py

For Mac or Linux: run

python3 yt.py

My socials

Static Badge

Credits

Static Badge

About

Simple Cli program made in python for yt downloading

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages