Initial commit, first working version

This commit is contained in:
2026-03-08 03:16:08 +00:00
parent 13de539972
commit 9ac970edd9
8 changed files with 472 additions and 0 deletions

8
config.EXAMPLE.toml Normal file
View File

@@ -0,0 +1,8 @@
LOG_LEVEL = "INFO"
SHOW_NAME = false
CACHE_DIR = "cache"
CACHE_MAX_AGE = 48 # in hours
DL_ROOT = "downloads"
DELETE_MP4_SRT_AFTER_DOWNLOAD = true
BEACON_EMAIL = "yourbeaconemail@emaildomain.com"
BEACON_PASSWORD = "hunter2"