From c71b2b5da0644f8f8040c4d817a5f8777c2f31ab Mon Sep 17 00:00:00 2001 From: Wyoh Knott Date: Sat, 11 May 2024 22:44:37 +0200 Subject: [PATCH] Fix md5 based on script output --- yt_dlp/extractor/googledrive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/googledrive.py b/yt_dlp/extractor/googledrive.py index 8c362e0c6..eabe3e9ae 100644 --- a/yt_dlp/extractor/googledrive.py +++ b/yt_dlp/extractor/googledrive.py @@ -63,7 +63,7 @@ class GoogleDriveIE(InfoExtractor): # My Buddy by Henry Burr; Gus Kahn; Walter Donaldson # https://archive.org/details/78_my-buddy_henry-burr-gus-kahn-walter-donaldson_gbia0015627a/My+Buddy+-+Henry+Burr+-+Gus+Kahn+-+Walter+Donaldson.flac 'url': 'https://drive.google.com/uc?id=1IP0o8dHcQrIHGgVyp0Ofvx2cGfLzyO1x', - 'md5': 'e94c9cbb9cf9c9724f71ce53141d5a2f', + 'md5': '322db8d63dd19788c04050a4bba67073', 'info_dict': { "id": "1IP0o8dHcQrIHGgVyp0Ofvx2cGfLzyO1x", 'ext': 'mp3',