1
0
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:
Johan Andersson 2016-04-02 17:52:12 +02:00
commit f15df72ff2

View File

@ -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