Browse Source

[comedycentral] Prefer RTMP for now

Philipp Hagemeister 11 years ago
parent
commit
07e7dc4bdc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      youtube_dl/extractor/comedycentral.py

+ 3 - 0
youtube_dl/extractor/comedycentral.py

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