v2.3.1 (HOTFIX)
YTFetcher now can handle network outage and Youtube related exceptions better -- retrying with tenacity and additionally with recovery pass so users do not use their progress for long running tasks.
Added
- Added retry logic for
_fetch_singleusingtenacity.
Changed
- Changed retryable exceptions.
Fixed
- Fixed general exceptions hides
video_idinformation. - Fixed ytfetcher retries
IPBlockedexceptions causing unnecessary resource usage.