about summary refs log tree commit diff
path: root/youtube_dl/extractor/viewlift.py
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-06-01 19:18:01 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-06-01 19:18:01 +0800
commit28bab13348f84ac75e4d1362ce5828429bb7993f (patch)
tree94f3fd55b85854ddffe875d267d2349ee2afafd5 /youtube_dl/extractor/viewlift.py
parent877032314fdf2d9b391325f96e3bc53a60ea067c (diff)
downloadyoutube-dl-28bab13348f84ac75e4d1362ce5828429bb7993f.tar.gz
youtube-dl-28bab13348f84ac75e4d1362ce5828429bb7993f.tar.xz
youtube-dl-28bab13348f84ac75e4d1362ce5828429bb7993f.zip
[generic,viewlift] Move a test case to the specialized extractor
Diffstat (limited to 'youtube_dl/extractor/viewlift.py')
-rw-r--r--youtube_dl/extractor/viewlift.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/viewlift.py b/youtube_dl/extractor/viewlift.py
index dd4a13a4a..19500eba8 100644
--- a/youtube_dl/extractor/viewlift.py
+++ b/youtube_dl/extractor/viewlift.py
@@ -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):