1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 19:53:22 -04:00

Reduce default of --extractor-retries to 3

so that even those not using sleep won't get 429'd on youtube
This commit is contained in:
pukkandan
2021-03-03 03:03:04 +05:30
parent da7f321e93
commit d6e51845b7
2 changed files with 2 additions and 2 deletions

View File

@@ -698,7 +698,7 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t
## Extractor Options:
--extractor-retries RETRIES Number of retries for known extractor
errors (default is 10), or "infinite"
errors (default is 3), or "infinite"
--allow-dynamic-mpd Process dynamic DASH manifests (default)
(Alias: --no-ignore-dynamic-mpd)
--ignore-dynamic-mpd Do not process dynamic DASH manifests