Paul Storkman
2b5c77c10a
Merge branch 'master' into wait-retries
2025-01-12 07:33:41 +01:00
Paul Storkman
82a4c500e7
Clean up unused exception binding.
2025-01-07 14:11:10 +01:00
Paul Storkman
a23be8bba2
Add generated README.md
2024-12-30 16:39:23 +01:00
Paul Storkman
1bd564ddab
Integrate the retry count into the wait-for-video option.
2024-12-29 21:10:46 +01:00
Paul Storkman
de4e709220
Communicate needed wait time through an exception.
...
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.
2024-12-27 18:44:44 +01:00
Paul Storkman
ad808c570b
Route the retry count through extra_info.
2024-12-27 18:25:11 +01:00
Paul Storkman
51d7bb8b8c
Merge branch 'master' into wait-retries
2024-12-03 14:56:47 +01:00
Paul Storkman
716972da6b
Formatting mistake
2024-10-31 14:31:23 +01:00
Paul Storkman
5c4df56d6d
Start counting from zero.
2024-10-31 14:10:47 +01:00
Paul Storkman
9438d15dff
Just return nothing on max retries, same as with extractor errors
2024-10-30 13:55:26 +01:00
Paul Storkman
87ad4d4774
Fix quotes
2024-10-29 16:02:57 +01:00
Paul Storkman
c6cc3a8ab2
Add option --wait-retries
2024-10-29 14:25:52 +01:00