diff options
Diffstat (limited to 'mpv')
-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 |