[ooyala] Add test for missing stream['url']['data']
[youtube-dl] / youtube_dl / extractor / ooyala.py
index a25f326b55ebee70748f599d4c7f637d1f2aba1d..52580baed3c49242be55529f8c75f5d110ff41f7 100644 (file)
@@ -140,6 +140,11 @@ class OoyalaIE(OoyalaBaseIE):
                 'title': 'Divide Tool Path.mp4',
                 'duration': 204.405,
             }
+        },
+        {
+            # empty stream['url']['data']
+            'url': 'http://player.ooyala.com/player.js?embedCode=w2bnZtYjE6axZ_dw1Cd0hQtXd_ige2Is',
+            'only_matching': True,
         }
     ]