mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-21 22:15:01 -04:00
8175f3738f
- urllib3 1.26.x gives unexpected results with partial reads: https://github.com/urllib3/urllib3/issues/2128 - urllib3 2.0.0 and 2.0.1 were yanked from PyPI: https://github.com/urllib3/urllib3/issues/3009 Closes #13927 Authored by: bashonly