yt-dlp
Table of Contents
1. Scheduling downloads
Using cron to schedule downloads
15 1 * * wed /usr/bin/yt-dlp --config-locations "$HOME/.config/yt-dlp/latest-sb.conf" "url/@channel/videos" 30 1 * * wed /usr/bin/yt-dlp --config-locations "$HOME/.config/yt-dlp/latest.conf" "url/@channel/videos" 15 1 * * sat /usr/bin/yt-dlp --config-locations "$HOME/.config/yt-dlp/latest-sb.conf" "url/@channel/videos" 30 1 * * sat /usr/bin/yt-dlp --config-locations "$HOME/.config/yt-dlp/latest.conf" "url/@channel/videos"