[CinemassacreIE] Add live paramter to extracted info as a workaround
This commit is contained in:
		| @@ -65,6 +65,7 @@ class CinemassacreIE(InfoExtractor): | |||||||
|             { |             { | ||||||
|                 'url': url, |                 'url': url, | ||||||
|                 'play_path': 'mp4:' + sd_file, |                 'play_path': 'mp4:' + sd_file, | ||||||
|  |                 'live': True, # workaround | ||||||
|                 'ext': 'flv', |                 'ext': 'flv', | ||||||
|                 'format': 'sd', |                 'format': 'sd', | ||||||
|                 'format_id': 'sd', |                 'format_id': 'sd', | ||||||
| @@ -72,6 +73,7 @@ class CinemassacreIE(InfoExtractor): | |||||||
|             { |             { | ||||||
|                 'url': url, |                 'url': url, | ||||||
|                 'play_path': 'mp4:' + hd_file, |                 'play_path': 'mp4:' + hd_file, | ||||||
|  |                 'live': True, # workaround | ||||||
|                 'ext': 'flv', |                 'ext': 'flv', | ||||||
|                 'format': 'hd', |                 'format': 'hd', | ||||||
|                 'format_id': 'hd', |                 'format_id': 'hd', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 rzhxeo
					rzhxeo