my personal dotfiles managed by dotbot, zinit
 
 
 
 
 
 

9 lines
190 B

#!/bin/sh
#
# Downloads the embedded video on any web page straight to the desktop.
#
# youtube-dl, which is awesome:
# https://rg3.github.io/youtube-dl/
#
cd ~/Videos && youtube-dl "$1"