Skip to content

v2.3.2

Latest

Choose a tag to compare

@kaya70875 kaya70875 released this 25 Apr 09:51
· 39 commits to main since this release
0b19028

Fixed

  • Available results are no longer lost when IpBlocked is raised mid-fetch — collected transcripts are returned instead of raising an exception.
  • The video ID that triggers IpBlocked is now correctly added to result.failed instead of silently disappearing.
  • _cancel_tasks() no longer marks still-running futures as failed when cancel() returns False — only successfully cancelled queued tasks are logged and counted.