projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fa1702
)
[downloader/f4m] Add live stream flag to context
author
Sergey M․
<dstftw@gmail.com>
Sat, 30 Jan 2016 13:22:15 +0000
(19:22 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 30 Jan 2016 13:22:15 +0000
(19:22 +0600)
Now download progress for f4m livestreams is reported correctly
youtube_dl/downloader/f4m.py
patch
|
blob
|
history
diff --git
a/youtube_dl/downloader/f4m.py
b/youtube_dl/downloader/f4m.py
index f8da04f6916ed46f647ec26be835279a4142b2b8..581fa7b71d1432e4274efdc60423baf9531ed8e5 100644
(file)
--- 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)