[generic] Add test for #13895
authorSergey M․ <dstftw@gmail.com>
Sat, 12 Aug 2017 18:11:27 +0000 (01:11 +0700)
committerSergey M․ <dstftw@gmail.com>
Sat, 12 Aug 2017 18:11:27 +0000 (01:11 +0700)
youtube_dl/extractor/generic.py

index 8362d9a3698f82f1956b8f3bf0adc42dca4fe761..eff5fbfe8c2da8a34ddb381af191bf5100e9a99d 100644 (file)
@@ -1785,6 +1785,21 @@ class GenericIE(InfoExtractor):
             },
             'playlist_mincount': 5,
         },
+        {
+            # Limelight embed (LimelightPlayerUtil.embed)
+            'url': 'https://tv5.ca/videos?v=xuu8qowr291ri',
+            'info_dict': {
+                'id': '95d035dc5c8a401588e9c0e6bd1e9c92',
+                'ext': 'mp4',
+                'title': '07448641',
+                'timestamp': 1499890639,
+                'upload_date': '20170712',
+            },
+            'params': {
+                'skip_download': True,
+            },
+            'add_ie': ['LimelightMedia'],
+        },
         {
             'url': 'http://kron4.com/2017/04/28/standoff-with-walnut-creek-murder-suspect-ends-with-arrest/',
             'info_dict': {