diff options
author | Matthew Lemon <y@yulqen.org> | 2024-12-04 12:29:16 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-12-04 12:29:16 +0000 |
commit | 128096acf580799da3617dc16b4a5c69f65b6e4c (patch) | |
tree | 5b5284f32e294c5782f9be8c02a92e26ba7e92bd /mpv/mpv.conf | |
parent | a067c11db77eb039e280bb6903d37cee7c3058e1 (diff) |
Big bundle of changes!
Diffstat (limited to 'mpv/mpv.conf')
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index a240759..28860aa 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -10,4 +10,4 @@ audio-channels=2 save-position-on-quit=yes #ytdl-format=bestvideo[height <= 1080]+bestaudio/best ytdl-format="bestvideo[height<=?1080]+bestaudio/best" -script-opts-append=ytdl_hook-ytdl_path=/usr/bin/yt-dlp +script-opts-append=ytdl_hook-ytdl_path=/home/lemon/.local/bin/yt-dlp |