diff options
author | xyz <gky44px1999@gmail.com> | 2021-08-08 12:14:07 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-08-08 12:14:07 -0700 |
commit | 8e06cadf7c52a1f09de62416c7325259cfa20f72 (patch) | |
tree | 797d44a7b305010eae713822e935c25c1fbc7590 | |
parent | 128d2f9c836ed2642f999a9903686acced1c4bc9 (diff) |
yt-dlp yt throttle workaround
-rw-r--r-- | .config/yt-dlp/config | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/yt-dlp/config b/.config/yt-dlp/config index b9968183..95f9c505 100644 --- a/.config/yt-dlp/config +++ b/.config/yt-dlp/config @@ -1,2 +1,7 @@ # --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 |