]> jfr.im git - yt-dlp.git/commit
Add option `--extractor-retries` to retry on known extractor errors
authorpukkandan <redacted>
Sun, 28 Feb 2021 23:48:37 +0000 (05:18 +0530)
committerpukkandan <redacted>
Sun, 28 Feb 2021 23:48:37 +0000 (05:18 +0530)
commit62bff2c170a8f12d937d62a2ca74586c5e0eff1f
tree0d1508964c33a33cba442b2c39d2998eb3868baf
parentf0884c8b3f171f8794a011fd1cb5d53d1185efab
Add option `--extractor-retries` to retry on known extractor errors

* Currently only used by youtube

Fixes https://github.com/ytdl-org/youtube-dl/issues/28194
Possibly also fixes: https://github.com/ytdl-org/youtube-dl/issues/28289 (can not confirm since the issue isn't reliably reproducible)
yt_dlp/YoutubeDL.py
yt_dlp/__init__.py
yt_dlp/extractor/youtube.py
yt_dlp/options.py