diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2011-09-17 00:39:51 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2011-09-17 00:39:51 +0200 |
commit | 44424ceee92533f501e9595b5ffc10d2ee12545a (patch) | |
tree | 486c6857da5c5b5a91e4031ab7fbd86f2b4759ad | |
parent | 08a5b7f8004b1a5ff57f93830e66b6a0063c38c3 (diff) |
Prefer mp4 over webm - seems to work better for most users
-rwxr-xr-x | youtube-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube-dl b/youtube-dl index df0391feb..53d454873 100755 --- a/youtube-dl +++ b/youtube-dl @@ -1088,7 +1088,7 @@ class YoutubeIE(InfoExtractor): _AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en' _NETRC_MACHINE = 'youtube' # Listed in order of quality - _available_formats = ['38', '37', '45', '22', '43', '35', '34', '18', '6', '5', '17', '13'] + _available_formats = ['38', '37', '22', '45', '35', '43', '34', '18', '6', '5', '17', '13'] _video_extensions = { '13': '3gp', '17': 'mp4', |