commit 10236522ab5b300a4464b99fecd8584312d62777
parent d8301d87e19fc95ae039093b25d302861932edc3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 3 Oct 2019 21:44:22 +0200
Remove youtube quality constraint
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/linkhandler b/.local/bin/linkhandler
@@ -52,7 +52,7 @@ handle_url() {
nohup xdg-open "$f" >/dev/null 2>&1 &
sleep 1; rm "$f" ;;
"youtube-dl")
- echo "youtube-dl -f 'best[height<=1080]+bestaudio' '$1' >/dev/null" | at now;;
+ echo "youtube-dl '$1' >/dev/null" | at now;;
"youtube-dl-music")
nohup $TERMINAL -e youtube-dl-music "$1" >/dev/null 2>&1 & ;;
*)