projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c59dc4
)
[comedycentral] Prefer RTMP for now
author
Philipp Hagemeister
<phihag@phihag.de>
Mon, 1 Sep 2014 16:37:21 +0000
(18:37 +0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Mon, 1 Sep 2014 16:37:21 +0000
(18:37 +0200)
youtube_dl/extractor/comedycentral.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/comedycentral.py
b/youtube_dl/extractor/comedycentral.py
index ebabf535c09ce47261546f546f27579047db9366..035046120152f264278b4edc4bd5b11e0183da98 100644
(file)
--- 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,