소스 검색

Fixed indentation error

Christopher Neugebauer 12 년 전
부모
커밋
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
 		            return
 
 
 			# For now, just pick the highest bitrate
 			# 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
 			# Get the format arg from the arg stream
 			req_format = self._downloader.params.get('format', None)
 			req_format = self._downloader.params.get('format', None)