From b23aced316e19d96bc71bec76fa5e91d10dfbee7 Mon Sep 17 00:00:00 2001 From: Conway Date: Wed, 10 Jun 2026 16:16:34 -0400 Subject: Initial commit: dlit v.1.5 — terminal yt-dlp wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Queued yt-dlp downloads with mp3/video/none presets, ANSI status icons, ID3 tagging, and a postprocessor that crops solid-color bars off square album art before embedding the cover. --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f7d5a99 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +textual>=0.80 +yt-dlp -- cgit v1.3.1