#!/bin/sh cd ~/Downloads while ! youtube-dl -f best "$@" ; do sudo herd restart tor done