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"

2. References

lun. 11 mai 2026

Generated with Emacs 30.1 (Org mode 9.7.11)