소스 검색

Update and correct (format,extension) table for YouTube

Ricardo Garcia 16 년 전
부모
커밋
8d2c83eda5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      youtube-dl

+ 2 - 1
youtube-dl

@@ -561,7 +561,8 @@ class YoutubeIE(InfoExtractor):
 
 		# Extension
 		video_extension = {
-			'17': '3gp',
+			'13': '3gp',
+			'17': 'mp4',
 			'18': 'mp4',
 			'22': 'mp4',
 		}.get(format_param, 'flv')