Bläddra i källkod

[CinemassacreIE] Add live paramter to extracted info as a workaround

rzhxeo 12 år sedan
förälder
incheckning
0a43ddf320
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      youtube_dl/extractor/cinemassacre.py

+ 2 - 0
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',