Browse Source

[downloader/f4m] Close the final video

totalwebcasting
Jaime Marquínez Ferrándiz 11 years ago
parent
commit
b900e7cba4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/downloader/f4m.py

+ 1
- 0
youtube_dl/downloader/f4m.py View File

@ -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…
Cancel
Save