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

8
config.toml Normal file
View file

@ -0,0 +1,8 @@
[backup]
# Directory where channel backups are stored
directory = "/mnt/InannaBeloved/youtube-backup/channels"
[player]
# Video player command (default: mpv)
# Examples: "mpv", "vlc", "ffplay"
command = "mpv"