[ooyala] extract domain,handle errors and change related tests
This commit is contained in:
parent
dd414c970b
commit
cce9d15d01
7 changed files with 48 additions and 31 deletions
|
@ -14,9 +14,10 @@ class BYUtvIE(InfoExtractor):
|
|||
'info_dict': {
|
||||
'id': 'studio-c-season-5-episode-5',
|
||||
'ext': 'mp4',
|
||||
'description': 'md5:5438d33774b6bdc662f9485a340401cc',
|
||||
'description': 'md5:e07269172baff037f8e8bf9956bc9747',
|
||||
'title': 'Season 5 Episode 5',
|
||||
'thumbnail': 're:^https?://.*\.jpg$'
|
||||
'thumbnail': 're:^https?://.*\.jpg$',
|
||||
'duration': 1486486,
|
||||
},
|
||||
'params': {
|
||||
'skip_download': True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue