From 4741aded6fda773eefc3b6d53335ea26b9d36b4a Mon Sep 17 00:00:00 2001 From: HobbyistDev Date: Thu, 11 Apr 2024 08:01:24 +0800 Subject: [PATCH] add `md5` key for mp4 link test case --- yt_dlp/extractor/godresource.py | 1 + 1 file changed, 1 insertion(+) diff --git a/yt_dlp/extractor/godresource.py b/yt_dlp/extractor/godresource.py index f8267d38f..f3d6160d2 100644 --- a/yt_dlp/extractor/godresource.py +++ b/yt_dlp/extractor/godresource.py @@ -28,6 +28,7 @@ class GodResourceIE(InfoExtractor): }, { # mp4 link 'url': 'https://new.godresource.com/video/01DXmBbQv_X', + 'md5': '0e8f72aa89a106b9d5c011ba6f8717b7', 'info_dict': { 'id': '01DXmBbQv_X', 'ext': 'mp4',