[youtube] Add test for itag 212 (#11575)
authorSergey M․ <dstftw@gmail.com>
Mon, 9 Jan 2017 15:30:46 +0000 (22:30 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 9 Jan 2017 15:30:46 +0000 (22:30 +0700)
youtube_dl/extractor/youtube.py

index 3d80797e26ce54b7423683bdc7ddce50026194f5..e6b840735f3e8cc88b7855176c6a745eda0e6511 100644 (file)
@@ -863,6 +863,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
             'params': {
                 'skip_download': True,
             },
+        },
+        {
+            # itag 212
+            'url': '1t24XAntNCY',
+            'only_matching': True,
         }
     ]