Hi, guys!
I'm trying to download video from iframe.mediadelivery.net with streamlink
but have this errorCode:streamlink --http-header User-Agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" --http-header Referer="https://iframe.mediadelivery.net/embed/195537/3c65fdd1-af96-449d-8b1c-bd21cce44027" "hls://https://iframe.mediadelivery.net/3c65fdd1-af96-449d-8b1c-bd21cce44027/playlist.drm?contextId=9c25c1ca-f4f2-40b7-aba7-b16f2d666a6a&secret=175d57e0-a57e-4ae6-922c-4ed25119bd43" best -o "C:\Users\MyProfile\Downloads\video.ts"
Video urls:Code:[cli][info] Found matching plugin hls for URL hls://https://iframe.mediadelivery.net/3c65fdd1-af96-449d-8b1c-bd21cce44027/playlist.drm?contextId=9c25c1ca-f4f2-40b7-aba7-b16f2d666a6a&secret=175d57e0-a57e-4ae6-922c-4ed25119bd43 error: Unable to open URL: https://iframe.mediadelivery.net/3c65fdd1-af96-449d-8b1c-bd21cce44027/playlist.drm?contextId=9c25c1ca-f4f2-40b7-aba7-b16f2d666a6a&secret=175d57e0-a57e-4ae6-922c-4ed25119bd43 (401 Client Error: Unauthorized for url: https://iframe.mediadelivery.net/3c65fdd1-af96-449d-8b1c-bd21cce44027/playlist.drm?contextId=9c25c1ca-f4f2-40b7-aba7-b16f2d666a6a&secret=175d57e0-a57e-4ae6-922c-4ed25119bd43)
https://piclub.in.ua/polza/video12
https://iframe.mediadelivery.net/embed/195537/3c65fdd1-af96-449d-8b1c-bd21cce44027
https://iframe.mediadelivery.net/3c65fdd1-af96-449d-8b1c-bd21cce44027/playlist.drm?con...c-4ed25119bd43
Please help to download this video. Maybe there are other ways or I'm doing something wrong![]()
+ Reply to Thread
Results 1 to 30 of 38
-
-
yt-dlp + custom python script. More explained here: https://forum.videohelp.com/threads/411645-Trying-to-download-from-iframe-mediadelivery#post_2706217
I downloaded it using that script and it works.
Code:if __name__ == '__main__': video = BunnyVideoDRM( # insert the referer between the quotes below (address of your webpage) referer='https://piclub.in.ua/polza/video12', # paste your embed link embed_url='https://iframe.mediadelivery.net/embed/195537/3c65fdd1-af96-449d-8b1c-bd21cce44027', # you can override file name, no extension name="test_name", # you can override download path path=r"test_path") # video.session.close() video.download()
-
simply py script with embed url
[Attachment 76267 - Click to enlarge]
[Attachment 76268 - Click to enlarge] -
Hi, guys!
I'm trying to download another video from iframe.mediadelivery.net with yt-dlp + custom script from https://github.com/MaZED-UP/bunny-cdn-drm-video-dl
This method works fine for video from link
https://piclub.in.ua/polza/video12
https://iframe.mediadelivery.net/embed/195537/3c65fdd1-af96-449d-8b1c-bd21cce44027
But for video
https://piclub.in.ua/polza/video15
https://iframe.mediadelivery.net/embed/197153/b691fe45-7da0-4587-b8b0-a918bd04210b
it's now working.
Show this error message
user@user Downloads % python3 b-cdn-drm-vod-dl.py
Traceback (most recent call last):
File "/Users/user/Downloads/b-cdn-drm-vod-dl.py", line 178, in <module>
video = BunnyVideoDRM(
^^^^^^^^^^^^^^
File "/Users/user/Downloads/b-cdn-drm-vod-dl.py", line 84, in __init__
self.context_id, self.secret = search.group(1), search.group(2)
^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'group'
Help me please to download this video. Maybe there are other ways :/ -
Just copy the command directly from the stream detector addon. This one doesn't need a pinging script.
-
Code:
N_m3u8DL-RE -M format=mkv --header "Referer: https://iframe.mediadelivery.net/" --key 24ed4d377b815ba6b0eec470db39a02f:54fa182f9e9e4d4408e4bd6a4a310377 --key 3754ee42388851a39e4d2d17adfc7905:1473cd625493e4f079c09902ac408c41 --key 86d2d142ff905d4fa4060aec0d262990:206f9999121ef9965c945a9002422ef8 "https://vz-721f5576-1eb.b-cdn.net/b691fe45-7da0-4587-b8b0-a918bd04210b/playlist.m3u8" --save-name video
-
Thank you, iamghost! It's work for me!
I can found one part of keys in "stream_*.m3u8" files by "KEYID=..." but can't find second part.
Example:
24ed4d377b815ba6b0eec470db39a02f:54fa182f9e9e4d440 8e4bd6a4a310377
can find: 24ed4d377b815ba6b0eec470db39a02f
but can't find: 54fa182f9e9e4d4408e4bd6a4a310377
Please tell me more detailed how you searched keys? -
use
https://cdrm-project.com/
add pssh and lic url thats all you need
[Attachment 76386 - Click to enlarge] -
-
Last edited by k3roeh; 3rd Jun 2024 at 20:14.
-
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
By using the laziest possible approach. Stream detector addon --> select m3u8 (playlist in this case) --> copy as yt-dlp/n_m3udl-re/whatever command --> paste in cmd and run.
The download command is (simplified to keep only relevant data):
Code:N_m3u8DL-RE "https://vz-75184480-b28.b-cdn.net/219ad942-8568-4512-bd86-fcff74346227/playlist.m3u8" --header "Referer: https://iframe.mediadelivery.net/"
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
Hope this thread is still alive, I'm downloading a video using the Bunny-ytdlp script and it is successful, however, I get the lowest quality possible. Any idea how to download it with the highest resolution? (720p)
-
Video URL?
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
-
I'm having troubles with iframe.mediadelivery.net too.
Can anyone help?
Code:https://iframe.mediadelivery.net/8e2d2e62-8e6a-4bed-8602-f88386b572ea/playlist.drm?contextId=f0711e6e-877c-4db9-ae61-ea3e55e74997&secret=ba254219-d29e-49fc-ac69-090112218d87
-
Video URL?
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
OK, working now with the BunnyVideoDRM python script.
I used wrong url, I used playlist urlCode:https://iframe.mediadelivery.net/fd8525a7-6dc1-44ae-a05a-215583bc6985/playlist.drm?contextId=b95b5210-8935-418b-b714-caf165c232a6&secret=d96d0971-6485-424a-8393-b7f071abec71
Code:https://iframe.mediadelivery.net/embed/43012/fd8525a7-6dc1-44ae-a05a-215583bc6985
I've used yt-dlp to download much larger files from other sites, and merging files was always quite fast. -
Can anyone help me figure out how to download videos? I've been trying the custom python script but nothing is happening:
Code:if __name__ == '__main__': video = BunnyVideoDRM( # insert the referer between the quotes below (address of your webpage) referer='https://courses.jsmastery.pro/course/ultimate-nextjs/001_intro-prerequisites/001_intro', # paste your embed link embed_url='https://iframe.mediadelivery.net/embed/239225/af00dc86-fad0-4264-be9a-817d9051adf7', # you can override file name, no extension name="", # you can override download path path=r"") # video.session.close() video.download()
-
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Hello, Im trying to download the video from https://laalquimica.com/masterclass-9-de-noviembre-2024/
it creates a bunch of links iframe.mediadelivery....
Tried with the stream detector + yt-dlp method but cannot make it work.
Can someone help me? -
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
I really wanted to figure this myself but i tried as best i can and ran outta luck. I understand maybe half of the discussion on how things work so be patient with me. I need to download this video and im stuck.
https://iframe.mediadelivery.net/play/244546/d01e45c8-2545-4cb3-b69a-927f8e6c065d
And yes, i know.. the video is... something
The only progress i got so far is getting a very streamedlined build of yt-dlp and i followed a tutorial here:
https://www.youtube.com/watch?v=nAeNApj0WGw
And this didn't worked
Similar Threads
-
Download from iframe.mediadelivery.net
By andreww in forum Video Streaming DownloadingReplies: 13Last Post: 19th Dec 2023, 15:55 -
Download from iframe.mediadelivery.net returns me Unauthorized
By devtanya in forum Video Streaming DownloadingReplies: 2Last Post: 12th Dec 2023, 08:26 -
download video from iframe.mediadelivery.net
By AceOne in forum Video Streaming DownloadingReplies: 1Last Post: 30th Sep 2023, 18:08 -
iframe.mediadelivery.net gives me 401 Unauthorized
By Anonymous84734 in forum Video Streaming DownloadingReplies: 8Last Post: 18th Sep 2023, 11:15 -
Help to download from iframe.mediadelivery.net
By safinok in forum Video Streaming DownloadingReplies: 1Last Post: 5th Apr 2023, 00:03