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:
@@ -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
|
||||
|
Reference in New Issue
Block a user