This commit is contained in:
Yan Lin 2025-11-27 18:33:33 +01:00
parent c7fc62b9cc
commit 68a56c55d2

View file

@ -20,7 +20,8 @@
services.scheduled-commands.video-downloads = { services.scheduled-commands.video-downloads = {
enable = true; enable = true;
description = "Download web videos from favorite channels"; description = "Download web videos from favorite channels";
interval = "*-*-* 18:00:00"; interval = "*-*-* 06,18:00:00";
randomDelay = "15m";
commands = [ commands = [
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@KitbogaShow/videos'" "dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@KitbogaShow/videos'"
"dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@JCS/videos'" "dlv youtube -n 3 --days 7 -r 1 --min 1 --max 180 'https://www.youtube.com/@JCS/videos'"