[ooyala] Add test for missing stream['url']['data']

This commit is contained in:
Sergey M․ 2017-06-23 20:56:48 +07:00
parent 4f4dd8d797
commit b5f523ed62
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D

View 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,
}
]