grantcary / TinyYTDL

Tiny Youtube downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tiny Youtube downloader


Languages

Language:Python 100.0%