From c792bc3f601f58b2e9daf942b49e474332e2d306 Mon Sep 17 00:00:00 2001 From: JordanWeatherby <47519158+JordanWeatherby@users.noreply.github.com> Date: Wed, 20 May 2020 21:59:24 +0100 Subject: [PATCH] Replacing test with only_matching as requested --- youtube_dl/extractor/giantbomb.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/youtube_dl/extractor/giantbomb.py b/youtube_dl/extractor/giantbomb.py index 9b521f56a..80561d315 100644 --- a/youtube_dl/extractor/giantbomb.py +++ b/youtube_dl/extractor/giantbomb.py @@ -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, } }]