aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mpv/.config/yt-dlp/config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-22 12:38:06 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-22 12:38:32 -0500
commit798ca4a3364852032abd0841bc8292dda48d7f5f (patch)
tree4db3bef5c24a727844e122571da0bed7fc1b9f9a /mpv/.config/yt-dlp/config
parenta2179b5109a36761f2032a7804ba824f86cac7b4 (diff)
feat(mpv): update mpv config
Diffstat (limited to 'mpv/.config/yt-dlp/config')
-rw-r--r--mpv/.config/yt-dlp/config9
1 files changed, 6 insertions, 3 deletions
diff --git a/mpv/.config/yt-dlp/config b/mpv/.config/yt-dlp/config
index 04a163f..f664a56 100644
--- a/mpv/.config/yt-dlp/config
+++ b/mpv/.config/yt-dlp/config
@@ -1,3 +1,6 @@
---sub-langs=all
---cookies-from-browser=chromium
---embed-subs
+--downloader=aria2c
+--downloader-args="aria2c:-x 16 -k 1M"
+--cookies-from-browser=firefox
+--yes-playlist
+--write-auto-subs
+--sub-langs="en.*,all"