aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/downloader/f4m.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/downloader/f4m.py')
-rw-r--r--hypervideo_dl/downloader/f4m.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/downloader/f4m.py b/hypervideo_dl/downloader/f4m.py
index 9da2776..0008b7c 100644
--- a/hypervideo_dl/downloader/f4m.py
+++ b/hypervideo_dl/downloader/f4m.py
@@ -366,7 +366,7 @@ class F4mFD(FragmentFD):
ctx = {
'filename': filename,
'total_frags': total_frags,
- 'live': live,
+ 'live': bool(live),
}
self._prepare_frag_download(ctx)