This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
[downloader/f4m] Add live stream flag to context
Now download progress for f4m livestreams is reported correctly
totalwebcasting
Sergey M․
9 years ago
parent
5fa1702ca6
commit
09104e9930
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
youtube_dl/downloader/f4m.py
+ 1
- 0
youtube_dl/downloader/f4m.py
View File
@ -332,6 +332,7 @@ class F4mFD(FragmentFD):
ctx
=
{
'
filename
'
:
filename
,
'
total_frags
'
:
total_frags
,
'
live
'
:
live
,
}
self
.
_prepare_frag_download
(
ctx
)
Write
Preview
Loading…
Cancel
Save