StreamArchiver
Dashboard
Configuration
☀️
Edit Config (TOML)
# holo-downloader configuration file [cron_schedule] streams = "* * * * *" # Check for new streams every minute members_only = "15,45 * * * *" # Check members-only tab unarchived = "45 * * * *" # Check for unarchived streams community_posts = "0 0 * * *" # Check community posts [channel_ids_to_match] "iHariPrabodham" = "UC5w3NjXhYZzP4U78xFDC2EQ" "Atmiya Vidya Dham" = "UCvIFC0VTGzD3FTgnBm0gzSg" "Harisumiran NJ" = "UCj-6hU4GkWrgkbwu4TcTeMQ" "AksharYatra" = "UCvALApI8WCtFp11no3kRrxQ" "Harisumiran UK" = "UCgRTgXKWhQ80jpUbJHloU7g" "ydscanada" = "UC1ZubADEckHmnivxGT1wpAA" "HariprabodhamNZ" = "UCO0yT9PjohspeJ3-RZyPGCw" [webhook] url = "https://discord.com/api/webhooks/1325548680802996316/Ig4FHNuEJqY9-OUWYdbyV04X9hcJFtVdbjUIsqXgBMdCfNy-IR_3tMStxQ166tp2gGPB" [download_options] output_path = "%(channel)s/[%(upload_date)s] %(fulltitle)s (%(id)s)/[%(upload_date)s] %(fulltitle)s (%(id)s)" temp_dir = "/app/temp/" done_dir = "/app/Done/" cookies_file = "/app/config/cookies.txt" video_quality = "best" download_threads = 4 video_fetch_method = "ytdlp" look_ahead = 48 mux_file = true thumbnail = true info_json = true description = true extractor_args = "youtubepot-bgutilhttp:base_url=http://bgutil-pot-provider:4416" [webui] theme = "dark"
Save & Reload Scheduler