diff options
author | joe <rbo@gmx.us> | 2025-09-27 00:51:25 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-09-27 00:51:25 +0200 |
commit | a70d19c8fb713a7ba9cebabccf39a4b328de88f4 (patch) | |
tree | 0a66db3449cf2461d197520ebf1adf2ad97fb8ed /.config/mpv/mpv.conf | |
parent | up (diff) | |
download | dotfiles-bsd-a70d19c8fb713a7ba9cebabccf39a4b328de88f4.tar.gz dotfiles-bsd-a70d19c8fb713a7ba9cebabccf39a4b328de88f4.tar.bz2 dotfiles-bsd-a70d19c8fb713a7ba9cebabccf39a4b328de88f4.tar.xz dotfiles-bsd-a70d19c8fb713a7ba9cebabccf39a4b328de88f4.tar.zst dotfiles-bsd-a70d19c8fb713a7ba9cebabccf39a4b328de88f4.zip |
Diffstat (limited to '')
-rw-r--r-- | .config/mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 749a32a..616e73b 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -5,5 +5,6 @@ cache=yes demuxer-max-bytes=4GiB demuxer-max-back-bytes=4GiB ytdl=yes +ytdl-raw-options-append=extractor-args=youtube:player-client=default,-tv_simply script-opts=ytdl_hook-ytdl_path=yt-dlp,ytdl_hook-try_ytdl_first=yes,ytdl_hook-exclude="%.webm$|%.ts$|%.mp3$|%.m3u8$|%.m3u$|%.mkv$|%.mp4$|%.VOB$" term-osd-bar=yes |