[youtube] Add format 266 (Fixes #4055)
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 30 Oct 2014 08:53:43 +0000 (09:53 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 30 Oct 2014 08:53:43 +0000 (09:53 +0100)
youtube_dl/extractor/youtube.py

index 19f81412555c83c8b92d80c48ae46387bb32ab2b..6071d72452655f0db74c104ec257cfbe434ad137 100644 (file)
@@ -307,6 +307,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor, SubtitlesInfoExtractor):
         # Dash mov
         '298': {'ext': 'mov', 'height': 720, 'format_note': 'DASH video', 'acodec': 'none', 'preference': -40, 'fps': 60, 'vcodec': 'h264'},
         '299': {'ext': 'mov', 'height': 1080, 'format_note': 'DASH video', 'acodec': 'none', 'preference': -40, 'fps': 60, 'vcodec': 'h264'},
+        '266': {'ext': 'mov', 'height': 2160, 'format_note': 'DASH video', 'acodec': 'none', 'preference': -40, 'vcodec': 'h264'},
 
         # RTMP (unnamed)
         '_rtmp': {'protocol': 'rtmp'},