Skip to content

Instantly share code, notes, and snippets.

View Tweetus-Bot's full-sized avatar
🏴‍☠️

Tweetu Tweetus-Bot

🏴‍☠️
View GitHub Profile
@vmassuchetto
vmassuchetto / youtube-dl-cron.sh
Last active July 16, 2025 00:25
Shell script cron job to download YouTube videos from your subscription feed
#!/bin/bash
#
# Script to keep downloading YouTube videos to your computer using youtube-dl:
# http://rg3.github.io/youtube-dl/
#
# Put it to work:
#
# sudo wget "https://gist.github.com/vmassuchetto/10338703/raw" -O /etc/cron.hourly/youtube-dl-cron.sh
# sudo chmod +x /etc/cron.hourly/youtube-dl-cron.sh