Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 252 Bytes

ytbdl

A simple cli for downloading youtube videos and converting it to mp3.

Usage

Single video:

python ytbdl.py <url> -o <output_dir>

Playlist

python ytbdl.py <url> -p -o <output_dir>

For more info, run

python ytbdl.py -h