[downloader/f4m] Close the final video
This commit is contained in:
parent
14cb4979f0
commit
b900e7cba4
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ class F4mFD(FileDownloader):
|
|||
break
|
||||
frags_filenames.append(frag_filename)
|
||||
|
||||
dest_stream.close()
|
||||
self.report_finish(format_bytes(state['downloaded_bytes']), time.time() - start)
|
||||
|
||||
self.try_rename(tmpfilename, filename)
|
||||
|
|
Loading…
Reference in a new issue