diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-09-01 18:37:21 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-09-01 18:37:21 +0200 |
commit | 07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d (patch) | |
tree | 770dc6db3ad17c670e500289160cc7563f8b6d74 | |
parent | 4c59dc4c34cfd1f3f1d325e7739d146471bab3c3 (diff) |
[comedycentral] Prefer RTMP for now
-rw-r--r-- | youtube_dl/extractor/comedycentral.py | 3 |
1 files changed, 3 insertions, 0 deletions
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, |