Browse Source

Fixed indentation error

master
Christopher Neugebauer 12 years ago
parent
commit
feb22fe5fe
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl/InfoExtractors.py

2
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)

Loading…
Cancel
Save