projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8dddb7
)
Fixed indentation error
author
Christopher Neugebauer
<chrisjrn@gmail.com>
Tue, 27 Nov 2012 11:32:24 +0000
(22:32 +1100)
committer
Christopher Neugebauer
<chrisjrn@gmail.com>
Tue, 27 Nov 2012 11:32:24 +0000
(22:32 +1100)
youtube_dl/InfoExtractors.py
patch
|
blob
|
history
diff --git
a/youtube_dl/InfoExtractors.py
b/youtube_dl/InfoExtractors.py
index 0829bbb1a84fde9f5f0e6053e720873b3846fe7a..64383fea41ba0a14e132f5200e7675b048528bb4 100644
(file)
--- a/
youtube_dl/InfoExtractors.py
+++ b/
youtube_dl/InfoExtractors.py
@@
-2390,7
+2390,7
@@
class ComedyCentralIE(InfoExtractor):
return
# For now, just pick the highest bitrate
- format,video_url = turls[-1]
+ format,video_url = turls[-1]
# Get the format arg from the arg stream
req_format = self._downloader.params.get('format', None)