diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-13 01:50:26 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-13 01:50:26 -0800 |
commit | 040bc6553195783cc4b849255bbba76998bfc682 (patch) | |
tree | d8d54737f14cf92a8cea95d2aa115d1dfa953ab1 /.config/yt-dlp/config | |
parent | 21c2cb2ef3946f165c503379f35505e6681536ba (diff) | |
parent | 29d85407bbd5767fc15c3e1584650e70883a6d66 (diff) |
Merge remote-tracking branch 'cfgc/master'
Diffstat (limited to '.config/yt-dlp/config')
-rw-r--r-- | .config/yt-dlp/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config new file mode 100644 index 00000000..3d455195 --- /dev/null +++ b/.config/yt-dlp/config @@ -0,0 +1,10 @@ +# --external-downloader also works for youtube-dl +--external-downloader aria2c + +# workaround youtube throttle +--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 |