From beaa1723e56d8451bb07d7d5bed0f7283398b038 Mon Sep 17 00:00:00 2001 From: Sipherdrakon <64430430+Sipherdrakon@users.noreply.github.com> Date: Fri, 21 Mar 2025 04:50:09 -0400 Subject: [PATCH] Update roku.py added md5 for test file --- yt_dlp/extractor/roku.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/roku.py b/yt_dlp/extractor/roku.py index b89bb27d14..4067ce467f 100644 --- a/yt_dlp/extractor/roku.py +++ b/yt_dlp/extractor/roku.py @@ -14,7 +14,7 @@ class RokuChannelIE(InfoExtractor): _TESTS = [{ # Single episode test (using a details URL with an episode slug) 'url': 'https://therokuchannel.roku.com/details/a9474f67937c5986aa1ac0747f5bb615/beastmaster-s1-e1-the-legend-continues', - 'md5': 'md5sum_of_first_10241_bytes', # Replace with the actual MD5 if available. + 'md5': 'b8a683e430a79e20295cff9848bea865', 'info_dict': { 'id': 'a9474f67937c5986aa1ac0747f5bb615', 'ext': 'mp4',