First version of youtube-backup, a tool to backup your YouTube channel.

This commit is contained in:
Luna 2026-05-11 02:33:52 -07:00
parent acf188738a
commit abf3af5768
13 changed files with 1612 additions and 20 deletions

View file

@ -1,8 +1,11 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
mod app;
mod config;
mod database;
mod downloader;
mod library;
mod tray;
fn main() -> eframe::Result<()> {
let native_options = eframe::NativeOptions {