def _append_fragment(self, ctx, frag_content):
try:
ctx['dest_stream'].write(frag_content)
def _append_fragment(self, ctx, frag_content):
try:
ctx['dest_stream'].write(frag_content)
finally:
if self.__do_ytdl_file(ctx):
self._write_ytdl_file(ctx)
if not self.params.get('keep_fragments', False):
finally:
if self.__do_ytdl_file(ctx):
self._write_ytdl_file(ctx)
if not self.params.get('keep_fragments', False):
del ctx['fragment_filename_sanitized']
def _prepare_frag_download(self, ctx):
del ctx['fragment_filename_sanitized']
def _prepare_frag_download(self, ctx):