Explorar o código

[comedycentral] Prefer RTMP for now

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
07e7dc4bdc
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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'),
                     'height': h,
                     'width': w,
+
+                    'format_note': 'HTTP 400 at the moment (patches welcome!)',
+                    'preference': -100,
                 })
                 formats.append({
                     'format_id': 'rtmp-%s' % format,