[comedycentral] Prefer RTMP for now

master
Philipp Hagemeister 10 years ago
parent 4c59dc4c34
commit 07e7dc4bdc

@ -212,6 +212,9 @@ class ComedyCentralShowsIE(InfoExtractor):
'ext': self._video_extensions.get(format, 'mp4'),
'height': h,
'width': w,
'format_note': 'HTTP 400 at the moment (patches welcome!)',
'preference': -100,
})
formats.append({
'format_id': 'rtmp-%s' % format,

Loading…
Cancel
Save