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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f959714 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.py[cod] +.venv/ +.claude/ -- cgit v1.3.1