Skip to content

grantcary/TinyYTDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Youtube Downloader

Command-line based youtube video downloader.

Setup

git clone https://github.com/grantcary/TinyYTDL.git
cd TinyYTDL
pip3 install -r requirements.txt

Command-line usage

usage: python3 download.py [--url] [--out]

options:
    --url (req)  # any valid youtube url
    --out        # any valid folder path

Note: This program merges video and audio streams together using ffmpeg-python concat function. Concat has a very slow execution rates, expect slow merge times.