Browse Source

[ooyala] Skip an invalid test

Ooyala is used by lots of extractors and its correctness can be verified
by these websites.
master
Yen Chi Hsuan 9 years ago
parent
commit
5819edef03
No known key found for this signature in database GPG Key ID: 3FDDD575826C5C30
1 changed files with 2 additions and 0 deletions
  1. 2
      youtube_dl/extractor/ooyala.py

2
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',

Loading…
Cancel
Save