mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
[youtube] Add itag 59 and 78 (Closes #5979)
This commit is contained in:
parent
360075e28a
commit
c9bebed294
@ -234,6 +234,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
'44': {'ext': 'webm', 'width': 854, 'height': 480},
|
'44': {'ext': 'webm', 'width': 854, 'height': 480},
|
||||||
'45': {'ext': 'webm', 'width': 1280, 'height': 720},
|
'45': {'ext': 'webm', 'width': 1280, 'height': 720},
|
||||||
'46': {'ext': 'webm', 'width': 1920, 'height': 1080},
|
'46': {'ext': 'webm', 'width': 1920, 'height': 1080},
|
||||||
|
'59': {'ext': 'mp4', 'width': 854, 'height': 480},
|
||||||
|
'78': {'ext': 'mp4', 'width': 854, 'height': 480},
|
||||||
|
|
||||||
|
|
||||||
# 3d videos
|
# 3d videos
|
||||||
|
Loading…
Reference in New Issue
Block a user