mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-13 07:55:05 +02:00
Add a download progress bar
This commit is contained in:
parent
fdff8bc40e
commit
56f2394001
5 changed files with 145 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue