[Bin] ytplay now plays audio too

This commit is contained in:
2021-01-02 00:59:07 +01:00
parent 3ef805e07b
commit 182a8e62db

View File

@@ -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