1
0
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:
JordanWeatherby 2020-05-20 21:59:24 +01:00 committed by GitHub
parent 7f118b6dfe
commit c792bc3f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,15 +28,7 @@ class GiantBombIE(InfoExtractor):
}
}, {
'url': 'https://www.giantbomb.com/shows/ben-stranding/2970-20212',
'md5': '92d94e1d072d559df7e95129315a9870',
'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$',
'only_matching': True,
}
}]