diff options
Diffstat (limited to '.config/yt-dlp/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 |