]> jfr.im git - yt-dlp.git/commit
[downloader/fragment] Fix problem where multiple threads can share one iterator
authorLesmiscore <redacted>
Fri, 25 Feb 2022 04:22:17 +0000 (13:22 +0900)
committerLesmiscore <redacted>
Fri, 25 Feb 2022 04:22:17 +0000 (13:22 +0900)
commitf0734e1190630f4cefa4a2028884413f54310f82
tree0132414327313f2a394e61111da56fd61e442cf9
parent15dfb3929c3eaca897c85dc1ad792df3fbf5ebc7
[downloader/fragment] Fix problem where multiple threads can share one iterator

which causes "ValueError: generator already executing" error

Closes #2881
yt_dlp/downloader/fragment.py