1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 23:08:32 +00:00

Update roku.py

added md5 for test file
This commit is contained in:
Sipherdrakon 2025-03-21 04:50:09 -04:00 committed by GitHub
parent 6d7f84b5d7
commit beaa1723e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',