summary refs log tree commit diff
diff options
context:
space:
mode:
authorrzhxeo <rzhxeot7z81b4700@mailcatch.com>2013-11-02 18:08:35 +0100
committerrzhxeo <rzhxeot7z81b4700@mailcatch.com>2013-11-02 18:08:35 +0100
commit0a43ddf3209e13f5e87b07c440e03a45deea3e57 (patch)
tree05f00252fc357d5a3f926d5fcb708a8f989e7594
parent31366066bd18cfd32de901264f53f42fe96f55c2 (diff)
downloadyoutube-dl-0a43ddf3209e13f5e87b07c440e03a45deea3e57.tar.gz
youtube-dl-0a43ddf3209e13f5e87b07c440e03a45deea3e57.tar.xz
youtube-dl-0a43ddf3209e13f5e87b07c440e03a45deea3e57.zip
[CinemassacreIE] Add live paramter to extracted info as a workaround
-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 2fe1033f0..79d879ced 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',