aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/cinemassacre.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-10 12:38:40 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-10 12:38:40 +0100
commit1008bebaded30e0c1dcce33300fa4096331aec4b (patch)
treebf9a5b8e57fe6ec103414e76604afcb6894db0db /youtube_dl/extractor/cinemassacre.py
parentae84f879d77bab5ea6fd9a4d74b82b46a11c9072 (diff)
parent0a43ddf3209e13f5e87b07c440e03a45deea3e57 (diff)
downloadyoutube-dl-1008bebaded30e0c1dcce33300fa4096331aec4b.tar.xz
Merge remote-tracking branch 'rzhxeo/rtmpdump_live'
Diffstat (limited to 'youtube_dl/extractor/cinemassacre.py')
-rw-r--r--youtube_dl/extractor/cinemassacre.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/cinemassacre.py b/youtube_dl/extractor/cinemassacre.py
index 8f9396d6b..d26f0f434 100644
--- a/youtube_dl/extractor/cinemassacre.py
+++ b/youtube_dl/extractor/cinemassacre.py
@@ -65,6 +65,7 @@ class CinemassacreIE(InfoExtractor):
{
'url': url,
'play_path': 'mp4:' + sd_file,
+ 'live': True, # workaround
'ext': 'flv',
'format': 'sd',
'format_id': 'sd',
@@ -72,6 +73,7 @@ class CinemassacreIE(InfoExtractor):
{
'url': url,
'play_path': 'mp4:' + hd_file,
+ 'live': True, # workaround
'ext': 'flv',
'format': 'hd',
'format_id': 'hd',