瀏覽代碼

Fixed indentation error

Christopher Neugebauer 13 年之前
父節點
當前提交
feb22fe5fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/InfoExtractors.py

+ 1 - 1
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)