diff options
Diffstat (limited to 'home/xyz/.config/yt-dlp')
-rw-r--r-- | home/xyz/.config/yt-dlp/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/home/xyz/.config/yt-dlp/config b/home/xyz/.config/yt-dlp/config new file mode 100644 index 00000000..3d455195 --- /dev/null +++ b/home/xyz/.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 |