From f298b4dc4ba3d32d1b4c97b46ff090f012fd7cac Mon Sep 17 00:00:00 2001 From: Jordan Weatherby Date: Sun, 10 May 2020 13:11:48 +0100 Subject: [PATCH] Fixed failing test due to md5 changes --- youtube_dl/extractor/giantbomb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/giantbomb.py b/youtube_dl/extractor/giantbomb.py index 3d2f927ef..0d92fd613 100644 --- a/youtube_dl/extractor/giantbomb.py +++ b/youtube_dl/extractor/giantbomb.py @@ -16,7 +16,7 @@ class GiantBombIE(InfoExtractor): _VALID_URL = r'https?://(?:www\.)?giantbomb\.com/(videos|shows)/(?P[^/]+)/(?P\d+-\d+)' _TESTS = [{ 'url': 'http://www.giantbomb.com/videos/quick-look-destiny-the-dark-below/2300-9782/', - 'md5': 'c8ea694254a59246a42831155dec57ac', + 'md5': '132f5a803e7e0ab0e274d84bda1e77ae', 'info_dict': { 'id': '2300-9782', 'display_id': 'quick-look-destiny-the-dark-below',