Add subscription functionality to yt-dlp module

This commit is contained in:
Yan Lin 2025-09-21 21:40:47 +02:00
parent a610990056
commit ed4fd5293f
2 changed files with 86 additions and 0 deletions

View file

@ -12,6 +12,14 @@
programs.yt-dlp-custom = {
enable = true;
downloadDir = "/mnt/storage/Media/web";
subscriptions = {
enable = true;
feeds = [
# Example feed - replace with your actual subscriptions
"https://www.youtube.com/feeds/videos.xml?channel_id=UCovVc-qqwYp8oqwO3Sdzx7w"
];
maxVideosPerFeed = 1; # Start with just 3 videos per feed for testing
};
};
programs.zsh.shellAliases = {