YTD is a CLI YouTube downloader written in Python
- python3
- pip
- ffmpeg
- yt-dlp
Installation works on Debian-based systems and was tested on Ubuntu 22.04.
-
(Recommended) To install YTD for current user, make sure
~/.local/bin/
is inPATH
and then runmake install
. Now you can runytd
from anywhere. -
To install the venv, the requirements and run YTD from this folder:
make
source venv/bin/activate
make reqs
./ytd.py