mesalilac / youtube-dl

Simple python script to download youtube videos using yt-dlp lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev setup

$ python -m venv .venv
$ source .venv/bin/activate
$ pip install -e .

Install

$ make install

or

pipx install -e .

Uninstall

$ make uninstall

or

pipx uninstall .

About

Simple python script to download youtube videos using yt-dlp lib


Languages

Language:Python 98.8%Language:Makefile 1.2%