mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Add a download progress bar
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user