Merge 1ddb875ca95d245de24c95d5af35c6c9f9d69dd0 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2

This commit is contained in:
phoneee 2025-06-27 02:27:35 +00:00 committed by GitHub
commit 86f81e2cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,7 @@ def _download(url: str, root: str, in_memory: bool) -> Union[bytes, str]:
unit="iB",
unit_scale=True,
unit_divisor=1024,
ascii=True,
) as loop:
while True:
buffer = source.read(8192)