Skip to content

Commit

Permalink
Include format 5 in best quality list
Browse files Browse the repository at this point in the history
  • Loading branch information
rg3 committed Oct 31, 2010
1 parent 7eb0e89 commit df1ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion youtube-dl
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class YoutubeIE(InfoExtractor):
_LOGIN_URL = 'http://www.youtube.com/signup?next=/&gl=US&hl=en'
_AGE_URL = 'http://www.youtube.com/verify_age?next_url=/&gl=US&hl=en'
_NETRC_MACHINE = 'youtube'
_available_formats = ['22', '35', '18', '17', '13'] # listed in order of priority for -b flag
_available_formats = ['22', '35', '18', '5', '17', '13'] # listed in order of priority for -b flag
_video_extensions = {
'13': '3gp',
'17': 'mp4',
Expand Down

0 comments on commit df1ceb1

Please sign in to comment.