From: rzhxeo Date: Sat, 2 Nov 2013 17:08:35 +0000 (+0100) Subject: [CinemassacreIE] Add live paramter to extracted info as a workaround X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=0a43ddf3209e13f5e87b07c440e03a45deea3e57;p=youtube-dl [CinemassacreIE] Add live paramter to extracted info as a workaround --- 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',