youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 09104e9930cff6cc5e9d3ab1951fdbcbb5e96840
parent 5fa1702ca6d8a57b4f0ff108c6fe7488d09b448c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 30 Jan 2016 19:22:15 +0600

[downloader/f4m] Add live stream flag to context

Now download progress for f4m livestreams is reported correctly

Diffstat:
Myoutube_dl/downloader/f4m.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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)