[downloader/fragment] Commit part file after each fragment

In order to obtain correct resume_len on next iteration
pull/8/head
Sergey M․ 2017-12-02 21:15:45 +07:00
rodzic 603fc4e0ea
commit 593f2f7989
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 2C393E0F18A9236D
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -107,6 +107,7 @@ class FragmentFD(FileDownloader):
def _append_fragment(self, ctx, frag_content):
try:
ctx['dest_stream'].write(frag_content)
ctx['dest_stream'].flush()
finally:
if self.__do_ytdl_file(ctx):
self._write_ytdl_file(ctx)