[openload] change all test to 'only_matching'
This commit is contained in:
parent
84d5d1e96e
commit
d5eea9e47c
@ -16,29 +16,10 @@ class OpenloadIE(InfoExtractor):
|
|||||||
|
|
||||||
_TESTS = [{
|
_TESTS = [{
|
||||||
'url': 'https://openload.co/f/kUEfGclsU9o',
|
'url': 'https://openload.co/f/kUEfGclsU9o',
|
||||||
'md5': 'bf1c059b004ebc7a256f89408e65c36e',
|
'only_matching': True,
|
||||||
'info_dict': {
|
|
||||||
'id': 'kUEfGclsU9o',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'skyrim_no-audio_1080.mp4',
|
|
||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://openload.co/embed/rjC09fkPLYs',
|
'url': 'https://openload.co/embed/rjC09fkPLYs',
|
||||||
'info_dict': {
|
'only_matching': True,
|
||||||
'id': 'rjC09fkPLYs',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'movie.mp4',
|
|
||||||
'thumbnail': r're:^https?://.*\.jpg$',
|
|
||||||
'subtitles': {
|
|
||||||
'en': [{
|
|
||||||
'ext': 'vtt',
|
|
||||||
}],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'params': {
|
|
||||||
'skip_download': True, # test subtitles only
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://openload.co/embed/kUEfGclsU9o/skyrim_no-audio_1080.mp4',
|
'url': 'https://openload.co/embed/kUEfGclsU9o/skyrim_no-audio_1080.mp4',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user