#!/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"