[comedycentral] Prefer RTMP for now
authorPhilipp Hagemeister <phihag@phihag.de>
Mon, 1 Sep 2014 16:37:21 +0000 (18:37 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Mon, 1 Sep 2014 16:37:21 +0000 (18:37 +0200)
youtube_dl/extractor/comedycentral.py

index ebabf535c09ce47261546f546f27579047db9366..035046120152f264278b4edc4bd5b11e0183da98 100644 (file)
@@ -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,