From 07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Mon, 1 Sep 2014 18:37:21 +0200 Subject: [PATCH] [comedycentral] Prefer RTMP for now --- youtube_dl/extractor/comedycentral.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/youtube_dl/extractor/comedycentral.py b/youtube_dl/extractor/comedycentral.py index ebabf535c..035046120 100644 --- a/youtube_dl/extractor/comedycentral.py +++ b/youtube_dl/extractor/comedycentral.py @@ -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,