mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[spiegel] Remove deleted video from test cases
This commit is contained in:
parent
c3c3fe4768
commit
1ad6efd9b6
1 changed files with 0 additions and 10 deletions
|
@ -29,16 +29,6 @@ class SpiegelIE(InfoExtractor):
|
||||||
'description': 'md5:c2322b65e58f385a820c10fa03b2d088',
|
'description': 'md5:c2322b65e58f385a820c10fa03b2d088',
|
||||||
'duration': 983,
|
'duration': 983,
|
||||||
},
|
},
|
||||||
}, {
|
|
||||||
'url': 'http://www.spiegel.de/video/johann-westhauser-videobotschaft-des-hoehlenforschers-video-1502367.html',
|
|
||||||
'md5': '54f58ba0e752e3c07bc2a26222dd0acf',
|
|
||||||
'info_dict': {
|
|
||||||
'id': '1502367',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Videobotschaft: Höhlenforscher Westhauser dankt seinen Rettern',
|
|
||||||
'description': 'md5:c6f1ec11413ebd1088b6813943e5fc91',
|
|
||||||
'duration': 42,
|
|
||||||
},
|
|
||||||
}]
|
}]
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
|
|
Loading…
Reference in a new issue