#!/bin/csh -f # facebook_video_downloader # ----------------------------------------------------------------------------- # C shell script to download a video from Facebook. Easier than doing # a View Source and digging through the HTML for the embedded URL, which # is probably what the site does. # ----------------------------------------------------------------------------- echo "Download in regular or HD. No need to install browser extension." (set echo; open https://fdown.net)