VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Im trying to download from iframe mediadelivery.net without much success. I changed the User Agent, also experimented between ios, android and windows UA.

    Streamdetector captures the link, however the referer needed to be entered manually

    Tried hlsdl, n_m3u8dl-re, yt-dlp, streamlink. All updated to latest version.

    Image
    [Attachment 73888 - Click to enlarge]


    Only once n_m3u8dl-re came up with error asking for key, but it did detect the streams. However next attempt onwards, it didnt even detect the streams. Just a 401: unauthorized error

    About the key, in dev tools I see there are multiple keys, all named 842x480.drmkey, though I dont know if it can be used in the command template.

    Image
    [Attachment 73889 - Click to enlarge]


    Read many threads posted here tried various ways, no luck. I was hoping if someone will be able to help me with this.



    Code:
    N_m3u8DL-RE "https://iframe.mediadelivery.net/1cf809e0-c929-4923-bd2d-5c6fc73746f3/playlist.drm?contextId=f56f7045-9355-4893-a241-e614e2984fdc&secret=7823e4f5-c8c7-442c-9a50-461dd8ae69f6" --header "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" --header "Referer: https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3?autoplay=true&loop=false&muted=false&preload=true"

    Code:
    yt-dlp --no-part --restrict-filenames -N 4 --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" --referer "https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3?autoplay=true&loop=false&muted=false&preload=true" "https://iframe.mediadelivery.net/1cf809e0-c929-4923-bd2d-5c6fc73746f3/playlist.drm?contextId=9f151e2b-ef96-4e34-bd79-f840c40afaf3&secret=18b19cc6-a328-4f4b-b5ad-03f4e7e10a60"

    Code:
    streamlink --http-header "User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" --http-header "Referer=https://iframe.mediadelivery.net" -o "playlist.mp4" "https://iframe.mediadelivery.net/1cf809e0-c929-4923-bd2d-5c6fc73746f3/playlist.drm?contextId=efa19d76-8c32-4cfa-9948-e65680d9bae3&secret=e1a276fa-b43f-4ca8-94a6-2a8975d005fd" best

    Code:
    hlsdl -b -c -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" -h "Referer:https://iframe.mediadelivery.net" -o "playlist.mp4" "https://iframe.mediadelivery.net/1cf809e0-c929-4923-bd2d-5c6fc73746f3/playlist.drm?contextId=efa19d76-8c32-4cfa-9948-e65680d9bae3&secret=e1a276fa-b43f-4ca8-94a6-2a8975d005fd"
    Last edited by Angel_Cyclops; 19th Sep 2023 at 15:01.
    Quote Quote  
  2. the main link is getting 403 error..

    Code:
    https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3
    Quote Quote  
  3. Originally Posted by sk8ordi3 View Post
    the main link is getting 403 error..

    Code:
    https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3
    The link is nsfw btw.

    Second, if you copy caste the link it doesnt work. However if you embed the link here in your post and click it, I discovered it opens in a new tab and plays.
    Quote Quote  
  4. this is kind of bunny cdm style protection
    Image
    [Attachment 73906 - Click to enlarge]

    MaZED-UP has already made a script for it
    https://github.com/MaZED-UP/bunny-cdn-drm-video-dl
    which makes it easy to download this stuff, but these
    mediadelivery sites are not all the same, so not all of them are possible...
    Quote Quote  
  5. Originally Posted by sk8ordi3 View Post
    this is kind of bunny cdm style protection
    Image
    [Attachment 73906 - Click to enlarge]

    MaZED-UP has already made a script for it
    https://github.com/MaZED-UP/bunny-cdn-drm-video-dl
    which makes it easy to download this stuff, but these
    mediadelivery sites are not all the same, so not all of them are possible...
    Got the bunny cdn installed and added to my path variable for future use. But I cannot get the right syntax. Do you think you could help me with the syntax you are using Or how you use it? I tried with

    Code:
    b-cdn-drm-vod-dl.py https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3
    which Im guessing isnt the right way.

    Im on windows.
    Last edited by Angel_Cyclops; 19th Sep 2023 at 05:02.
    Quote Quote  
  6. with original script
    you need to put this link inside the script

    scroll down in script:
    line 180
    Code:
    referer='https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3',
    line 182
    Code:
    embed_url='https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3',
    save it than just double click to
    b-cdn-drm-vod-dl.py
    Quote Quote  
  7. Originally Posted by sk8ordi3 View Post
    with original script
    you need to put this link inside the script

    scroll down in script:
    line 180
    Code:
    referer='https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3',
    line 182
    Code:
    embed_url='https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3',
    save it than just double click to
    b-cdn-drm-vod-dl.py
    Got it. Thanks a lot

    I thought the script needed to be run through command line.
    Quote Quote  
  8. Originally Posted by sk8ordi3 View Post
    with original script
    you need to put this link inside the script

    scroll down in script:
    line 180
    Code:
    referer='https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3',
    line 182
    Code:
    embed_url='https://iframe.mediadelivery.net/embed/156515/1cf809e0-c929-4923-bd2d-5c6fc73746f3',
    save it than just double click to
    b-cdn-drm-vod-dl.py
    What should happen after I open the file?
    It just opens and closes, nothing happens...
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!