Browse Source

[youtube] Add itag 212

Seen on video with id 1t24XAntNCY
totalwebcasting
Kacper Michajłow 8 years ago
committed by Sergey M
parent
commit
8409b3683c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      youtube_dl/extractor/youtube.py

+ 1
- 0
youtube_dl/extractor/youtube.py View File

@ -316,6 +316,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'137': {'ext': 'mp4', 'height': 1080, 'format_note': 'DASH video', 'vcodec': 'h264', 'preference': -40},
'138': {'ext': 'mp4', 'format_note': 'DASH video', 'vcodec': 'h264', 'preference': -40}, # Height can vary (https://github.com/rg3/youtube-dl/issues/4559)
'160': {'ext': 'mp4', 'height': 144, 'format_note': 'DASH video', 'vcodec': 'h264', 'preference': -40},
'212': {'ext': 'mp4', 'height': 480, 'format_note': 'DASH video', 'vcodec': 'h264', 'preference': -40},
'264': {'ext': 'mp4', 'height': 1440, 'format_note': 'DASH video', 'vcodec': 'h264', 'preference': -40},
'298': {'ext': 'mp4', 'height': 720, 'format_note': 'DASH video', 'vcodec': 'h264', 'fps': 60, 'preference': -40},
'299': {'ext': 'mp4', 'height': 1080, 'format_note': 'DASH video', 'vcodec': 'h264', 'fps': 60, 'preference': -40},


Loading…
Cancel
Save