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:45:17 +0100
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2013-11-10 12:45:17 +0100
commit0ed05a1d2db2335168497eb26b8588f2ee0039d7 (patch)
treef65757c87afeaa711f89260a5db0b3a80665941e /youtube_dl/extractor/cinemassacre.py
parent1008bebaded30e0c1dcce33300fa4096331aec4b (diff)
downloadyoutube-dl-0ed05a1d2db2335168497eb26b8588f2ee0039d7.tar.xz
Use the 'rtmp_live' field for the live parameter of rtmpdump
Diffstat (limited to 'youtube_dl/extractor/cinemassacre.py')
-rw-r--r--youtube_dl/extractor/cinemassacre.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/youtube_dl/extractor/cinemassacre.py b/youtube_dl/extractor/cinemassacre.py
index d26f0f434..f0d08cebf 100644
--- a/youtube_dl/extractor/cinemassacre.py
+++ b/youtube_dl/extractor/cinemassacre.py
@@ -65,7 +65,7 @@ class CinemassacreIE(InfoExtractor):
{
'url': url,
'play_path': 'mp4:' + sd_file,
- 'live': True, # workaround
+ 'rtmp_live': True, # workaround
'ext': 'flv',
'format': 'sd',
'format_id': 'sd',
@@ -73,7 +73,7 @@ class CinemassacreIE(InfoExtractor):
{
'url': url,
'play_path': 'mp4:' + hd_file,
- 'live': True, # workaround
+ 'rtmp_live': True, # workaround
'ext': 'flv',
'format': 'hd',
'format_id': 'hd',