Skip to content

v2.3.1 (HOTFIX)

Choose a tag to compare

@kaya70875 kaya70875 released this 19 Apr 14:00

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_single using tenacity.

Changed

  • Changed retryable exceptions.

Fixed

  • Fixed general exceptions hides video_id information.
  • Fixed ytfetcher retries IPBlocked exceptions causing unnecessary resource usage.