1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-19 05:37:45 +08:00

[novamov] removed CloudTime tests

This commit is contained in:
FDMX2 2017-04-12 08:48:05 +02:00
parent 4ba1147cc7
commit 586bb100bf

View File

@ -185,18 +185,7 @@ class CloudTimeIE(NovaMovIE):
_FILE_DELETED_REGEX = r'>This file no longer exists on our servers.<'
_TESTS = [{
'url': 'http://www.cloudtime.to/video/ef47760a7793d',
'info_dict': {
'id': 'ef47760a7793d',
'ext': 'mp4',
'title': 'Big Buck Bunny UHD 4K 60fps'
},
'md5': '909304eb0b75ef231ceb72d84fade33d',
}, {
'url': 'http://www.cloudtime.to/video/ef47760a7793d',
'only_matching': True,
}]
_TEST = None
class AuroraVidIE(NovaMovIE):