dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c988e4d23bec7e9843dc5f1b783d92070a6a2e5e
parent e68883b62ff5fc8caa09f1c499551a2cbdbb7600
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  2 Mar 2020 09:43:37 +0100

Fix mpv youtube-dl command options

Diffstat:
M.config/mpv/mpv.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf @@ -4,4 +4,4 @@ ao=sndio #hwdec=vaapi #audio-delay=-0.3 -ytdl-format=bestvideo[height<=?768][fps<=?30]+bestaudio/best +ytdl-format=bestvideo[height\<=?768][fps\<=?30]+bestaudio/best