From: Sergey M․ Date: Sat, 30 Jan 2016 13:22:15 +0000 (+0600) Subject: [downloader/f4m] Add live stream flag to context X-Git-Url: http://git.oshgnacknak.de/?a=commitdiff_plain;h=09104e9930cff6cc5e9d3ab1951fdbcbb5e96840;p=youtube-dl [downloader/f4m] Add live stream flag to context Now download progress for f4m livestreams is reported correctly --- diff --git a/youtube_dl/downloader/f4m.py b/youtube_dl/downloader/f4m.py index f8da04f69..581fa7b71 100644 --- a/youtube_dl/downloader/f4m.py +++ b/youtube_dl/downloader/f4m.py @@ -332,6 +332,7 @@ class F4mFD(FragmentFD): ctx = { 'filename': filename, 'total_frags': total_frags, + 'live': live, } self._prepare_frag_download(ctx)