[generic,viewlift] Move a test case to the specialized extractor
authorYen Chi Hsuan <yan12125@gmail.com>
Wed, 1 Jun 2016 11:18:01 +0000 (19:18 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Wed, 1 Jun 2016 11:18:01 +0000 (19:18 +0800)
youtube_dl/extractor/generic.py
youtube_dl/extractor/viewlift.py

index 5cb188b204f748b3f1b26cf472c04b03278e0a26..e478f86a8f5512107ef47525338c6b0aea007583 100644 (file)
@@ -881,18 +881,6 @@ class GenericIE(InfoExtractor):
                 'title': 'EP3S5 - Bon Appétit - Baqueira Mi Corazon !',
             }
         },
-        # Kaltura embed
-        {
-            'url': 'http://www.monumentalnetwork.com/videos/john-carlson-postgame-2-25-15',
-            'info_dict': {
-                'id': '1_eergr3h1',
-                'ext': 'mp4',
-                'upload_date': '20150226',
-                'uploader_id': 'MonumentalSports-Kaltura@perfectsensedigital.com',
-                'timestamp': int,
-                'title': 'John Carlson Postgame 2/25/15',
-            },
-        },
         # Kaltura embed (different embed code)
         {
             'url': 'http://www.premierchristianradio.com/Shows/Saturday/Unbelievable/Conference-Videos/Os-Guinness-Is-It-Fools-Talk-Unbelievable-Conference-2014',
index dd4a13a4a86d4b156dfa017d606b96b13b7e3da7..19500eba84f1bf7b4fdf7c59b8b56ca7e5b91efc 100644 (file)
@@ -141,6 +141,10 @@ class ViewLiftIE(ViewLiftBaseIE):
     }, {
         'url': 'http://www.kesari.tv/news/video/1461919076414',
         'only_matching': True,
+    }, {
+        # Was once Kaltura embed
+        'url': 'https://www.monumentalsportsnetwork.com/videos/john-carlson-postgame-2-25-15',
+        'only_matching': True,
     }]
 
     def _real_extract(self, url):