local/bin/videodl: cd to Downloads, use "-f best".

master
Pierre Neidhardt 2020-12-31 11:19:57 +01:00
parent 2fb7feecbb
commit f8d5c2826f
1 changed files with 2 additions and 1 deletions

View File

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