mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
Merge pull request #362 from olof/dash_complete_progressbar
dash: complete the progress bar after file is downloaded
This commit is contained in:
commit
f15df72ff2
@ -94,5 +94,6 @@ class DASH(VideoRetriever):
|
||||
|
||||
if self.options.output != "-":
|
||||
file_d.close()
|
||||
progressbar(bytes_so_far, total_size, "ETA: complete")
|
||||
progress_stream.write('\n')
|
||||
self.finished = True
|
||||
|
Loading…
Reference in New Issue
Block a user