[byutv] Add support (Fixes #2612)
This commit is contained in:
parent
f847ca02d3
commit
6949d81095
3 changed files with 52 additions and 1 deletions
|
@ -7,7 +7,7 @@ from ..utils import unescapeHTML
|
|||
|
||||
|
||||
class OoyalaIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://.+?\.ooyala\.com/.*?(?:embedCode|ec)=(?P<id>.+?)(&|$)'
|
||||
_VALID_URL = r'(?:ooyala:|https?://.+?\.ooyala\.com/.*?(?:embedCode|ec)=)(?P<id>.+?)(&|$)'
|
||||
|
||||
_TEST = {
|
||||
# From http://it.slashdot.org/story/13/04/25/178216/recovering-data-from-broken-hard-drives-and-ssds-video
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue