mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 20:30:41 -05:00
[ooyala] Remove test md5sums
This commit is contained in:
parent
e9404524cc
commit
90d71d3f08
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ class OoyalaIE(InfoExtractor):
|
||||||
{
|
{
|
||||||
# From http://it.slashdot.org/story/13/04/25/178216/recovering-data-from-broken-hard-drives-and-ssds-video
|
# From http://it.slashdot.org/story/13/04/25/178216/recovering-data-from-broken-hard-drives-and-ssds-video
|
||||||
'url': 'http://player.ooyala.com/player.js?embedCode=pxczE2YjpfHfn1f3M-ykG_AmJRRn0PD8',
|
'url': 'http://player.ooyala.com/player.js?embedCode=pxczE2YjpfHfn1f3M-ykG_AmJRRn0PD8',
|
||||||
'md5': '3f5cceb3a7bf461d6c29dc466cf8033c',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'pxczE2YjpfHfn1f3M-ykG_AmJRRn0PD8',
|
'id': 'pxczE2YjpfHfn1f3M-ykG_AmJRRn0PD8',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
@ -26,7 +25,6 @@ class OoyalaIE(InfoExtractor):
|
||||||
}, {
|
}, {
|
||||||
# Only available for ipad
|
# Only available for ipad
|
||||||
'url': 'http://player.ooyala.com/player.js?embedCode=x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0',
|
'url': 'http://player.ooyala.com/player.js?embedCode=x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0',
|
||||||
'md5': '4b9754921fddb68106e48c142e2a01e6',
|
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': 'x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0',
|
'id': 'x1b3lqZDq9y_7kMyC2Op5qo-p077tXD0',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
|
|
Loading…
Reference in a new issue