diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-29 14:27:15 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-04-29 14:27:15 +0800 |
commit | 5819edef034819b76b8eec6a0cdf7b29cc9ddff3 (patch) | |
tree | 985f51327926b5f23a07081cb8f2f8f51a80dabe | |
parent | f5535ed0e3537acee90820c98d6ca474d437d7d0 (diff) |
[ooyala] Skip an invalid test
Ooyala is used by lots of extractors and its correctness can be verified
by these websites.
-rw-r--r-- | youtube_dl/extractor/ooyala.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube_dl/extractor/ooyala.py b/youtube_dl/extractor/ooyala.py index 16f040191..95e982897 100644 --- a/youtube_dl/extractor/ooyala.py +++ b/youtube_dl/extractor/ooyala.py @@ -96,6 +96,8 @@ class OoyalaIE(OoyalaBaseIE): 'description': 'How badly damaged does a drive have to be to defeat Russell and his crew? Apparently, smashed to bits.', 'duration': 853.386, }, + # The video in the original webpage now uses PlayWire + 'skip': 'Ooyala said: movie expired', }, { # Only available for ipad 'url': 'http://player.ooyala.com/player.js?embedCode=x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0', |