Add timer to yt-dlp subscribe functionality

This commit is contained in:
Yan Lin 2025-09-21 21:51:17 +02:00
parent ed4fd5293f
commit 89c58a371e
2 changed files with 45 additions and 4 deletions

View file

@ -15,10 +15,12 @@
subscriptions = {
enable = true;
feeds = [
# Example feed - replace with your actual subscriptions
"https://www.youtube.com/feeds/videos.xml?channel_id=UCovVc-qqwYp8oqwO3Sdzx7w"
"https://www.youtube.com/feeds/videos.xml?channel_id=UCm22FAXZMw1BaWeFszZxUKw"
"https://www.youtube.com/feeds/videos.xml?channel_id=UCYwVxWpjeKFWwu8TML-Te9A"
];
maxVideosPerFeed = 1; # Start with just 3 videos per feed for testing
interval = "*-*-* 08:00:00";
randomDelay = "1h";
maxVideosPerFeed = 5;
};
};