add themes, settings GUI, URL-aware download routing, and playlist view

This commit is contained in:
Luna 2026-05-11 03:18:16 -07:00
parent bc06520bc8
commit c11d1c3366
7 changed files with 649 additions and 136 deletions

View file

@ -1,8 +1,8 @@
[package]
name = "youtube-backup"
name = "yt-offline"
version = "0.1.0"
edition = "2021"
description = "A small yt-dlp front-end: browse downloaded channels and queue new downloads"
description = "A desktop app for archiving YouTube channels with yt-dlp"
[dependencies]
eframe = "0.29"