mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-05 17:16:49 +01:00
de4e709220
Instead of waiting before throwing `ReExtractInfo`, `_wait_until` will now immediately throw a new exception `ReExtractInfoLater`. The `_handle_extraction_exceptions` decorator will then either bail out if the maximum retry count is exceeded, or wait until the specified waiting period expires.