diff options
| -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 | 
