diff options
author | xyz <gky44px1999@gmail.com> | 2021-09-20 18:22:22 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-09-20 18:22:22 -0700 |
commit | 179891878fc7b967c1cc3d74a739c2c9cfe67ee6 (patch) | |
tree | b6e1c61316b0b46b202bccf97e7f3c6a454d1ebd /.config | |
parent | 1065096de82ac9dc0c053efcbf78c39cd2e2584d (diff) |
yt-dlp config, sub-lang
Diffstat (limited to '.config')
-rw-r--r-- | .config/yt-dlp/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index 95f9c505..3d455195 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -5,3 +5,6 @@ --throttled-rate 100K # player_client=android,web seems become default since 2021.07.21 version #--extractor-args youtube:player_client=android + +# manpage says yt-dlp use --sub-langs, youtube-dl use --sub-lang, but experiment shows yt-dlp also use --sub-lang +--sub-lang zh-Hans,zh-CN,zh-Hant,zh-SG,zh-TW,zh-HK,en,en-US,en-GB |