https://vod06.msf.cdn.mediaset.net/farmunica/2025/11/2368214_19a542f973c645/dashrcenc/hr_wv_mpl.mpd I tried grabbing this with StreamFab, but it wouldn't play because of DRM issues. For now I managed to grab the MPD link using Video Download Helper.
+ Reply to Thread
Results 421 to 450 of 465
-
Last edited by Lupine Assassin; 11th Nov 2025 at 23:30.
We all bleed blue from the inside.... -
Goku73, grazie mille per la tua risposta.Code:
https://vod06.msf.cdn.mediaset.net/farmunica/2025/11/2368214_19a542f973c645/dashrcenc/hd_wv_mpl.mpd a33293465d26bdfb5061e1c799af1704:acfce1ea548c1a1124a0635fb9e2f16c
-
[Attachment 89908 - Click to enlarge]
Hello, can anyone help me?
I also tried in win but nothing..
That's the link: https://mediasetinfinity.mediaset.it/movie/primialmondostoriaemisteridellaprogramma101...14151501000101 -
I did it with https://greasyfork.org/en/scripts/373903-eme-logger, https://cdrm-project.com/, yt-dlp_linux, mp4decrypt and finally with MKVTolkit.
Thanks anyway -
This video has expired
Pssh of the videoCode:https://mediasetinfinity.mediaset.it/video/csiscenadelcrimine/ep-6-contro-ogni-evidenza_F011086801000603
Kid of the videoHTML Code:AAAAWnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADoIARIQbYFXC0R4FvF1xoSxnlA+fxoUYW1hem9uZm9jdXNzZWxlY3Rpb24iCHRhbV90ZXN0KgJTRDIA
Has anyone saved the key (before it expired)?Code:6d81570b447816f175c684b19e503e7f
-
You can try: https://github.com/Arrowar/StreamingCommunity
-
To simplify things for replacing EME logger to detect pssh code, I simplified the code to detect URLs with MPD extensions and PSSH code with colors.
Here's a visual preview:
[Attachment 90431 - Click to enlarge]
the TamperMonkey code:
Code:// ==UserScript== // @name Detect PSSH & MPD // @namespace http://tampermonkey.net/ // @version 1.0 // @description Affiche la MPD et tous les PSSH une seule fois // @match *://*/* // @grant none // ==/UserScript== (function () { 'use strict'; let mpdUrl = null; const psshSet = new Set(); let printed = false; function tryPrintOnce() { if (printed) return; if (!mpdUrl) return; if (psshSet.size === 0) return; printed = true; // Affichage coloré console.log("%c=============== MPD + PSSH ===============", "color: blue; font-weight: bold;"); console.log("%cMPD : %c" + mpdUrl, "color: red; font-weight: bold;", "color: yellow; font-weight: bold;"); const allPssh = Array.from(psshSet).join(" | "); console.log("%cPSSH : %c" + allPssh, "color: orange; font-weight: bold;", "color: yellow; font-weight: bold;"); } // Interception PSSH const originalGenerateRequest = MediaKeySession.prototype.generateRequest; MediaKeySession.prototype.generateRequest = function (type, data) { if (type === "cenc") { try { const pssh = btoa(String.fromCharCode(...new Uint8Array(data))); psshSet.add(pssh); tryPrintOnce(); } catch (e) { console.error("Erreur PSSH:", e); } } return originalGenerateRequest.call(this, type, data); }; // Interception MPD via fetch const originalFetch = window.fetch; window.fetch = function (...args) { const url = args[0]; if (!mpdUrl && typeof url === "string" && url.includes(".mpd")) { mpdUrl = url; tryPrintOnce(); } return originalFetch.apply(this, args); }; })(); -
need help with link please to get all episodes https://g003-vod-af-cmaf-prd-ak.pcdn02.cssott.com/pub/global/6M7/MXo/100438174_22B388A...Narrative=true
-
Can someone give me the link to the following videos? thank you
https://mediasetinfinity.mediaset.it/video/zeligon/prima-puntata_F314145901000101
https://mediasetinfinity.mediaset.it/video/zeligon/seconda-puntata_F314145901000201
https://mediasetinfinity.mediaset.it/video/zeligon/terza-puntata_F314145901000301
https://mediasetinfinity.mediaset.it/video/zeligon/quarta-puntata_F314145901000401
https://mediasetinfinity.mediaset.it/video/zeligon/quinta-puntata_F314145901000501 -
Can someone give me the link to the following videos? thank you
https://mediasetinfinity.mediaset.it/video/zeligon/prima-puntata_F314145901000101
https://mediasetinfinity.mediaset.it/video/zeligon/seconda-puntata_F314145901000201
https://mediasetinfinity.mediaset.it/video/zeligon/terza-puntata_F314145901000301
https://mediasetinfinity.mediaset.it/video/zeligon/quarta-puntata_F314145901000401
https://mediasetinfinity.mediaset.it/video/zeligon/quinta-puntata_F314145901000501 -
a bit pushy. you post same thing earlier
all you need addon widevineproxy2 -
yes sorry I made a mistake, I can't download it can you provide me the links directly
-
direct manifest link... ok
Code:https://vod06.msf.cdn.mediaset.net/farmunica/2025/11/2376558_19aa60b3581645/dashrcenc/hr_wv_mpl.mpd https://vod06.msf.cdn.mediaset.net/farmunica/2025/11/2380837_19acf9ae7e0d01/dashrcenc/hr_wv_mpl.mpd https://vod06.msf.cdn.mediaset.net/farmunica/2025/12/2393316_19b2820d3d6d01/dashrcenc/hr_wv_mpl.mpd https://vod06.msf.cdn.mediaset.net/farmunica/2025/12/2389398_19b12c6d1dbf89/dashrcenc/hr_wv_mpl.mpd https://vod06.msf.cdn.mediaset.net/farmunica/2025/12/2392486_19b35b983dad01/dashrcenc/hr_wv_mpl.mpd
-
[Attachment 90467 - Click to enlarge]THANK YOU, WHY DNS server not authoritative for the zone.? IT TELLS ME THISLast edited by luca12; 27th Dec 2025 at 17:07.
-
what is this? you cant do this way...
go to sticky threads and read all of them, there is every thing you need learn how to do it by yourself -
nope. you cant open cmd and paste just mpd link. it doesnt work that way
look at mine cmd...
[Attachment 90475 - Click to enlarge] -
Code:
N_m3u8DL-RE --sub-format srt --check-segments-count false --save-name "ZeligON.S01E01" -sv best -sa all -ss all "https://vod06.msf.cdn.mediaset.net/farmunica/2025/11/2376558_19aa60b3581645/dashrcenc/hd_wv_mpl.mpd" -H "Accept: */*" -H "DNT: 1" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" --key a1347793005192744069eeb62c118fba:cbb3c97a70453698b6bb74649cff7207 --use-shaka-packager -M format=mkv
Code:N_m3u8DL-RE --sub-format srt --check-segments-count false --save-name "ZeligON.S01E02" -sv best -sa all -ss all "https://vod06.msf.cdn.mediaset.net/farmunica/2025/11/2380837_19acf9ae7e0d01/dashrcenc/hd_wv_mpl.mpd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" -H "DNT: 1" -H "Accept: */*" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" --key d2a2920cc84b0d8d7f9e262acac0ac67:ffb6093439b37237967204ccd8817d59 --use-shaka-packager -M format=mkv
Code:N_m3u8DL-RE --sub-format srt --check-segments-count false --save-name "ZeligON.S01E03" -sv best -sa all -ss all "https://vod06.msf.cdn.mediaset.net/farmunica/2025/12/2393316_19b2820d3d6d01/dashrcenc/hd_wv_mpl.mpd" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" -H "DNT: 1" -H "Accept: */*" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" --key b83c72fc55311fab4a842ebdadcc6e99:cdcdaf5aabed28f47e7eee2ac82975fd --use-shaka-packager -M format=mkv
Code:N_m3u8DL-RE --sub-format srt --check-segments-count false --save-name "ZeligON.S01E04" -sv best -sa all -ss all "https://vod06.msf.cdn.mediaset.net/farmunica/2025/12/2389398_19b12c6d1dbf89/dashrcenc/hd_wv_mpl.mpd" -H "Accept: */*" -H "DNT: 1" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" --key d4f2d1a0e8be8e067d4c1b581b645888:d62d830cf1bd117d04f19e795726eca1 --use-shaka-packager -M format=mkv
Code:N_m3u8DL-RE --sub-format srt --check-segments-count false --save-name "ZeligON.S01E05" -sv best -sa all -ss all "https://vod06.msf.cdn.mediaset.net/farmunica/2025/12/2392486_19b35b983dad01/dashrcenc/hd_wv_mpl.mpd" -H "Accept: */*" -H "DNT: 1" -H "Origin: https://mediasetinfinity.mediaset.it" -H "Referer: https://mediasetinfinity.mediaset.it/" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36" --key d8f4b69a16270ed8a86531bff2c7de29:1ff61a072e54f12b62822557c58e13ad --use-shaka-packager -M format=mkv
-
-
because of not reading through this forum....
-M format=mp4 or mkv
do you know i just give you encrypted video .mpd
you will need add decrypted keys to decrypt the video. otherwise you will not see or hear video -
HOW DO I enter the decryption key? I've always done it this way in the past, but now I can't download it anymore
-
I don't need it widevineproxy2, I have N_m3u8DL-RE --sub-format srt --check-segments-count false --save-name "ZeligON.S01E01" ........
I don't combine video with audio . this is the problem. I don't understand
Similar Threads
-
mediaset infinity m3u8 link not found
By supergirl73 in forum Video Streaming DownloadingReplies: 218Last Post: 18th Mar 2025, 01:25 -
How to download a (DRM) protected video
By h3mlock in forum Video Streaming DownloadingReplies: 16Last Post: 19th Aug 2024, 18:42 -
Download drm protected video
By me2m8 in forum Video Streaming DownloadingReplies: 3Last Post: 11th Aug 2022, 03:49 -
DrM-protected video download
By WelleTy in forum Video Streaming DownloadingReplies: 5Last Post: 5th Apr 2021, 15:10 -
Download DRM protected video and decrypt it with a drm licence url
By vikral in forum Video Streaming DownloadingReplies: 9Last Post: 9th Feb 2021, 03:14




Quote