From 182a8e62dbe103bf3fde13515b045e5908780138 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 2 Jan 2021 00:59:07 +0100 Subject: [PATCH] [Bin] ytplay now plays audio too --- org/config/bin.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/config/bin.org b/org/config/bin.org index 785423a..37c392b 100644 --- a/org/config/bin.org +++ b/org/config/bin.org @@ -1285,7 +1285,7 @@ A quick and useful script I often use is a ~curl~ request to [[http://v2.wttr.in rofi -dmenu -i -p "Resolution" | \ string split " ") set FCODE $FORMAT[2] - mpv --ytdl-format=$FCODE "$URL" + mpv --ytdl-format=$FCODE+bestaudio/best "$URL" end #+END_SRC