]> jfr.im git - yt-dlp.git/commit
[http] Fix bug in retrying on read timeout in py < 3.10
authorcoletdjnz <redacted>
Mon, 16 May 2022 21:17:37 +0000 (09:17 +1200)
committercoletdjnz <redacted>
Mon, 16 May 2022 21:17:37 +0000 (09:17 +1200)
commit5faf6528fb701724ac32e0a487f92281c7800bda
tree1694042f615dc47519fdb5ed744c5d45460d252d
parent0fa7d2c8e46ea8820fbffe706af7a845070e739d
[http] Fix bug in retrying on read timeout in py < 3.10

socket.timeout is not an alias of TimeoutError in py < 3.10
Fixes bug in https://github.com/yt-dlp/yt-dlp/commit/a2e77303e3385da640a0904cd6cb76235fa9691b
Authored-by: coletdjnz
yt_dlp/downloader/http.py