From b707558d366939313e58184fbc067f234d5431a7 Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 8 Feb 2026 00:02:43 -0800 Subject: [PATCH] update --- .config/mpv-modules/ModernZ | 2 +- .config/mpv/mpv.conf##default | 2 ++ .config/mpv/mpv.conf##os.Darwin | 1 + .config/yt-dlp/config | 3 ++- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/mpv-modules/ModernZ b/.config/mpv-modules/ModernZ index d917f6e..fadaf74 160000 --- a/.config/mpv-modules/ModernZ +++ b/.config/mpv-modules/ModernZ @@ -1 +1 @@ -Subproject commit d917f6e253f22fcd0369751fc740816538ad729c +Subproject commit fadaf74b08d90d656dd2d03f98f953918e3702c4 diff --git a/.config/mpv/mpv.conf##default b/.config/mpv/mpv.conf##default index 19b96eb..11f2e77 100644 --- a/.config/mpv/mpv.conf##default +++ b/.config/mpv/mpv.conf##default @@ -37,6 +37,8 @@ audio-wait-open=0.1 # Shorten audio device warm-up for snappier playback # --- Networking & remote sources --- ytdl-format=bestvideo+bestaudio/best ytdl-raw-options=sub-langs=en.*,write-auto-subs= +ytdl-raw-options-append=extractor-args="youtubepot-bgutilhttp:base_url=http://tubearchivist:4416" + # --- Video output & decoding --- vo=gpu-next hwdec=nvdec diff --git a/.config/mpv/mpv.conf##os.Darwin b/.config/mpv/mpv.conf##os.Darwin index e582250..5e4259e 100644 --- a/.config/mpv/mpv.conf##os.Darwin +++ b/.config/mpv/mpv.conf##os.Darwin @@ -31,6 +31,7 @@ sub-pos=90 # Networking & streaming ytdl-format=bestvideo+bestaudio/best ytdl-raw-options=sub-langs=en.*,write-auto-subs= +ytdl-raw-options-append=extractor-args="youtubepot-bgutilhttp:base_url=http://tubearchivist:4416" # Stats & UI colors (Catppuccin Macchiato) background-color='#24273a' osd-back-color='#181926' diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index 55b44db..4005406 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -3,7 +3,6 @@ --embed-thumbnail --embed-subs - # Always extract audio # -x @@ -23,3 +22,5 @@ --sponsorblock-chapter-title "[SponsorBlock] %(category_names)l" --sponsorblock-api https://sponsor.ajay.app --sponsorblock-chapter-title all + +--extractor-args "youtubepot-bgutilhttp:base_url=http://tubearchivist:4416"