diff options
author | Christopher Neugebauer <chrisjrn@gmail.com> | 2012-11-27 22:32:24 +1100 |
---|---|---|
committer | Christopher Neugebauer <chrisjrn@gmail.com> | 2012-11-27 22:32:24 +1100 |
commit | feb22fe5fe55f51a72af6ef4207dba95c6da1fda (patch) | |
tree | f7219e35228bee84437dc22466ec5929291af9a0 /youtube_dl | |
parent | d8dddb7c0221959ff1ca4f833c535253e66fe747 (diff) |
Fixed indentation error
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/InfoExtractors.py | 2 |
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) |