]> jfr.im git - yt-dlp.git/commit - README.md
Standardize retry mechanism (#1649)
authorpukkandan <redacted>
Mon, 1 Aug 2022 20:13:18 +0000 (01:43 +0530)
committerGitHub <redacted>
Mon, 1 Aug 2022 20:13:18 +0000 (01:43 +0530)
commitbe5c1ae86202be54225d376756f5d9f0bf8f392a
tree9084adbc9200a204db358f8eb46534d8a98056a9
parentbfd973ece3369c593b5e82a88cc16de80088a73e
Standardize retry mechanism (#1649)

* [utils] Create `RetryManager`
* Migrate all retries to use the manager
* [extractor] Add wrapper methods for convenience
* Standardize console messages for retries
* Add `--retry-sleep` for extractors
15 files changed:
README.md
test/test_downloader_http.py
yt_dlp/downloader/common.py
yt_dlp/downloader/external.py
yt_dlp/downloader/fragment.py
yt_dlp/downloader/http.py
yt_dlp/downloader/ism.py
yt_dlp/downloader/youtube_live_chat.py
yt_dlp/extractor/common.py
yt_dlp/extractor/soundcloud.py
yt_dlp/extractor/tiktok.py
yt_dlp/extractor/youtube.py
yt_dlp/options.py
yt_dlp/postprocessor/common.py
yt_dlp/utils.py