projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3136606
)
[CinemassacreIE] Add live paramter to extracted info as a workaround
author
rzhxeo
<rzhxeot7z81b4700@mailcatch.com>
Sat, 2 Nov 2013 17:08:35 +0000
(18:08 +0100)
committer
rzhxeo
<rzhxeot7z81b4700@mailcatch.com>
Sat, 2 Nov 2013 17:08:35 +0000
(18:08 +0100)
youtube_dl/extractor/cinemassacre.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/cinemassacre.py
b/youtube_dl/extractor/cinemassacre.py
index 2fe1033f01d3ccc53b51f6b8c8b24efe490f5cb6..79d879cedc039ed7e3b1211bd902fbcb8ef745bb 100644
(file)
--- 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',