mirror of
https://github.com/l1ving/youtube-dl
synced 2020-11-18 19:53:54 -08:00
Replacing test with only_matching as requested
This commit is contained in:
parent
7f118b6dfe
commit
c792bc3f60
@ -28,15 +28,7 @@ class GiantBombIE(InfoExtractor):
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://www.giantbomb.com/shows/ben-stranding/2970-20212',
|
'url': 'https://www.giantbomb.com/shows/ben-stranding/2970-20212',
|
||||||
'md5': '92d94e1d072d559df7e95129315a9870',
|
'only_matching': True,
|
||||||
'info_dict': {
|
|
||||||
'id': '2970-20212',
|
|
||||||
'display_id': 'ben-stranding',
|
|
||||||
'ext': 'mp4',
|
|
||||||
'title': 'Lockdown 2020: Ben Stranding',
|
|
||||||
'description': 'md5:dfe795e0718a65baee2183c107b87478',
|
|
||||||
'duration': 5100,
|
|
||||||
'thumbnail': r're:^https?://.*\.png$',
|
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user