[Bin] ytplay now plays audio too

This commit is contained in:
Lucien Cartier-Tilet 2021-01-02 00:59:07 +01:00
parent 3ef805e07b
commit 182a8e62db
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

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" | \ rofi -dmenu -i -p "Resolution" | \
string split " ") string split " ")
set FCODE $FORMAT[2] set FCODE $FORMAT[2]
mpv --ytdl-format=$FCODE "$URL" mpv --ytdl-format=$FCODE+bestaudio/best "$URL"
end end
#+END_SRC #+END_SRC