projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b417b3
)
Prefer format 18 over 43
author
Philipp Hagemeister
<phihag@phihag.de>
Fri, 16 Sep 2011 22:58:14 +0000
(
00:58
+0200)
committer
Philipp Hagemeister
<phihag@phihag.de>
Fri, 16 Sep 2011 22:58:14 +0000
(
00:58
+0200)
youtube-dl
patch
|
blob
|
history
diff --git
a/youtube-dl
b/youtube-dl
index dbee119c9b0f3ff62a38eae3c2700f67e6e02f3c..c85b137b10cf9de9221503ae6a8ee81781331f6a 100755
(executable)
--- 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', '22', '45', '35', '44', '34', '
43', '18
', '6', '5', '17', '13']
+ _available_formats = ['38', '37', '22', '45', '35', '44', '34', '
18', '43
', '6', '5', '17', '13']
_video_extensions = {
'13': '3gp',
'17': 'mp4',