浏览代码

Add webm extension to formats 43 and 45 (fixes issue #139)

Ricardo Garcia 15 年之前
父节点
当前提交
0b59bf4a5e
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      youtube-dl

+ 2 - 0
youtube-dl

@@ -691,6 +691,8 @@ class YoutubeIE(InfoExtractor):
 		'18': 'mp4',
 		'18': 'mp4',
 		'22': 'mp4',
 		'22': 'mp4',
 		'37': 'mp4',
 		'37': 'mp4',
+		'43': 'webm',
+		'45': 'webm',
 	}
 	}
 
 
 	@staticmethod
 	@staticmethod