diff options
author | xyz <gky44px1999@gmail.com> | 2021-12-13 02:08:24 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-12-13 02:08:24 -0800 |
commit | a6549d3d0e26524cd1f3e388e3da6b4ff466cca4 (patch) | |
tree | 5c649a56abf134b684d8a5ccf4f2adefa5436257 /home/xyz/.config/yt-dlp | |
parent | f9ddfd7a94290e2271df55585d93b97190c5897a (diff) |
move cfgc files to their location by git rm then git add them
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 |