aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorChristopher Neugebauer <chrisjrn@gmail.com>2012-11-27 22:32:24 +1100
committerChristopher Neugebauer <chrisjrn@gmail.com>2012-11-27 22:32:24 +1100
commitfeb22fe5fe55f51a72af6ef4207dba95c6da1fda (patch)
treef7219e35228bee84437dc22466ec5929291af9a0 /youtube_dl
parentd8dddb7c0221959ff1ca4f833c535253e66fe747 (diff)
downloadyoutube-dl-feb22fe5fe55f51a72af6ef4207dba95c6da1fda.tar.xz
Fixed indentation error
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/InfoExtractors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/InfoExtractors.py b/youtube_dl/InfoExtractors.py
index 0829bbb1a..64383fea4 100644
--- 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)