youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 07e7dc4bdcdf7a9393594ab88a42cb2dfed0208d
parent 4c59dc4c34cfd1f3f1d325e7739d146471bab3c3
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Mon,  1 Sep 2014 18:37:21 +0200

[comedycentral] Prefer RTMP for now

Diffstat:
Myoutube_dl/extractor/comedycentral.py | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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,