summaryrefslogtreecommitdiffstatshomepage
path: root/mpv/.config/yt-dlp
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-25 16:15:26 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-25 16:15:26 -0500
commitbccb2290976e8a5d56edad69cbba3ce882795485 (patch)
treee10873fc78952d553839ec3573ddca9bfead389e /mpv/.config/yt-dlp
parente19db0322fb4cec32821120f03e0566a8ff4568d (diff)
fix(mpv): set yt-dlp to only fetch english subtitles
Diffstat (limited to 'mpv/.config/yt-dlp')
-rw-r--r--mpv/.config/yt-dlp/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/.config/yt-dlp/config b/mpv/.config/yt-dlp/config
index f664a56..7dbc88c 100644
--- a/mpv/.config/yt-dlp/config
+++ b/mpv/.config/yt-dlp/config
@@ -3,4 +3,4 @@
--cookies-from-browser=firefox
--yes-playlist
--write-auto-subs
---sub-langs="en.*,all"
+--sub-langs="en.*,live_chat"