Add a download progress bar

This commit is contained in:
I-Al-Istannen
2020-05-08 00:26:33 +02:00
parent fdff8bc40e
commit 56f2394001
5 changed files with 145 additions and 8 deletions

View File

@ -124,7 +124,7 @@ class IliasDownloader:
return False
# Yay, we got the file :)
stream_to_path(response, target)
stream_to_path(response, target, info.path.name)
return True
@staticmethod