This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Merge remote-tracking branch 'rbrito/swap-dimensions'
rtmp_test
Philipp Hagemeister
11 years ago
parent
d0d2b49ab7
d5a9bb4ea9
commit
ea36cbac5e
1 changed files
with
13 additions
and
13 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-13
youtube_dl/extractor/youtube.py
+ 13
- 13
youtube_dl/extractor/youtube.py
View File
@ -248,21 +248,21 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
'
248
'
:
'
webm
'
,
}
_video_dimensions
=
{
'
5
'
:
'
2
40x4
0
0
'
,
'
5
'
:
'
4
0
0x
2
40
'
,
'
6
'
:
'
???
'
,
'
13
'
:
'
???
'
,
'
17
'
:
'
1
44x1
76
'
,
'
18
'
:
'
3
60x6
4
0
'
,
'
22
'
:
'
720x128
0
'
,
'
34
'
:
'
3
60x6
4
0
'
,
'
35
'
:
'
480x
854
'
,
'
36
'
:
'
2
4
0x
3
20
'
,
'
37
'
:
'
1
080x192
0
'
,
'
38
'
:
'
3072x
4096
'
,
'
43
'
:
'
3
60x6
4
0
'
,
'
44
'
:
'
480x
854
'
,
'
45
'
:
'
720x128
0
'
,
'
46
'
:
'
1
080x192
0
'
,
'
17
'
:
'
176
x144
'
,
'
18
'
:
'
6
4
0x
3
60
'
,
'
22
'
:
'
1280x72
0
'
,
'
34
'
:
'
6
4
0x
3
60
'
,
'
35
'
:
'
854
x480
'
,
'
36
'
:
'
3
20x2
4
0
'
,
'
37
'
:
'
1
920x108
0
'
,
'
38
'
:
'
4096
x3072
'
,
'
43
'
:
'
6
4
0x
3
60
'
,
'
44
'
:
'
854
x480
'
,
'
45
'
:
'
1280x72
0
'
,
'
46
'
:
'
1
920x108
0
'
,
'
82
'
:
'
360p
'
,
'
83
'
:
'
480p
'
,
'
84
'
:
'
720p
'
,
Write
Preview
Loading…
Cancel
Save