Fixed indentation error

pull/8/head
Christopher Neugebauer 2012-11-27 22:32:24 +11:00
rodzic d8dddb7c02
commit feb22fe5fe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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