Skip to content

Instantly share code, notes, and snippets.

View caritos's full-sized avatar
🏠
Working from home

Eladio Caritos caritos

🏠
Working from home
View GitHub Profile
@caritos
caritos / youtube-dl-cron.sh
Created November 17, 2016 08:50 — forked from vmassuchetto/youtube-dl-cron.sh
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