is it possible to find MPD link and Widevine key using youtube-dll and python? normally i inspect mpd and Widevine key from browser manually, but looking for some way that my script find it automatically,
hope some guru help me with this if this is possible.
Thanks
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 17 of 17
-
-
yes, it is possible.
need yt-dlp, ffmpeg, aria2c, mp4decrypt, mkvmerge, mp4dump.
and one py script to start project and to modify. each streaming site require specific py script. isn't general rule.
but there are several things to edit, and if you hope someone here will tell you how to do it, you just waste your time... -
Thanks @lomero
Im already using a py script, where i only have to input mpd link and widevine key and script download, decrypt and merge into mp4 file automatically, now im looking for to get mpd link and widevine key from video url, (normally i get them from browser inspect), there should be a way to gather them in py script, this help needed -
If you're looking for a 1-click solution then purchase Anystream.
Even with a custom py script I can assure you there is no single solution for every site. Due to some sites using multi parts. Other sites using a different key per login. Other sites using different keys for video and audio. Etc, etc.
Whatever script you have, or write for yourself will always need some sort of manual input at some stage of the process.
Widevine-dl script will not handle multiple keys so is only any good for single key sites (without modding). It will also not handle sites that split single VODs into multiparts.Last edited by codehound; 29th Oct 2021 at 18:05.
-
thanks for your reply @codehound
let me make my question in simple words, is there any way to get mpd link via youtube-dll or python?
Regards -
Youtube-dl IS python. It will not DL encrypted dash either. Never has and never will. And is now unsupported since June.
So if I"ve understood you; you want to amend widevine-dl script to actually gather the mpd url ? And then gather the keys from WV-Guesser and somehow insert those into the script with zero user manual input too ?Last edited by codehound; 29th Oct 2021 at 18:24.
-
this script can get content keys without needing the extension
https://github.com/T3rry7f/NoDRM/tree/master/PywidevineX
you can use it with your scripts and make a script which does not require chrome extension.
Note: this script works just like wv gusser extension but without needing the browser so it will stop when extension will stop working.discord=notaghost9997 -
here is a js responsible for this I guess
https://www59.zippyshare.com/v/h5zxQ4Vw/file.html
https://35mm.online/vod/fabula/ewangelia-wedlug-harry-ego
free to watch -
widevine server: https://cms.35mm.online/umbraco/api/products/83/drm/widevine?platform=BROWSER&type=MOVIE
Code:playready PSSH: NgMAAAEAAQAsAzwAVwBSAE0ASABFAEEARABFAFIAIAB4AG0AbABuAHMAPQAiAGgAdAB0AHAAOgAvAC8AcwBjAGgAZQBtAGEAcwAuAG0AaQBjAHIAbwBzAG8AZgB0AC4AYwBvAG0ALwBEAFIATQAvADIAMAAwADcALwAwADMALwBQAGwAYQB5AFIAZQBhAGQAeQBIAGUAYQBkAGUAcgAiACAAdgBlAHIAcwBpAG8AbgA9ACIANAAuADAALgAwAC4AMAAiAD4APABEAEEAVABBAD4APABQAFIATwBUAEUAQwBUAEkATgBGAE8APgA8AEsARQBZAEwARQBOAD4AMQA2ADwALwBLAEUAWQBMAEUATgA+ADwAQQBMAEcASQBEAD4AQQBFAFMAQwBUAFIAPAAvAEEATABHAEkARAA+ADwALwBQAFIATwBUAEUAQwBUAEkATgBGAE8APgA8AEwAQQBfAFUAUgBMAD4AaAB0AHQAcABzADoALwAvAGMAbQAyAC4AYQB0AG0AaQB0AHYALgBwAGwALwBDAG8AbgB0AGUAbgB0AE0AYQBuAGEAZwBlAHIALwBQAHIAbwBkAHUAYwB0AEcAZQB0AEwAaQBjAGUAbgBzAGUALgBkAG8APAAvAEwAQQBfAFUAUgBMAD4APABMAFUASQBfAFUAUgBMAD4AaAB0AHQAcABzADoALwAvAGMAbQAyAC4AYQB0AG0AaQB0AHYALgBwAGwALwBDAG8AbgB0AGUAbgB0AE0AYQBuAGEAZwBlAHIALwBQAHIAbwBkAHUAYwB0AEcAZQB0AEwAaQBjAGUAbgBzAGUAVQBpAC4AZABvADwALwBMAFUASQBfAFUAUgBMAD4APABLAEkARAA+AGcANQAyAFoARQBEAEsASgBTAGwANgBDAEcAQQBlAEcATwBEAGMAbgBsAEEAPQA9ADwALwBLAEkARAA+ADwAQwBIAEUAQwBLAFMAVQBNAD4AZABFADIAeABRAHgAaQAyAGgASAA4AD0APAAvAEMASABFAEMASwBTAFUATQA+ADwALwBEAEEAVABBAD4APAAvAFcAUgBNAEgARQBBAEQARQBSAD4A
--key 10999d8389325e4a8218078638372794:bae3384948b221ba2 716819000670eb7discord=notaghost9997 -
No, he already told you, this is the "server" url
https://cms.35mm.online/umbraco/api/products/83/drm/widevine?platform=BROWSER&type=MOVIE
pssh is something else
usually these 2 (pssh and license "server" url) are the things you need, so you can obtain keys.
and a working cdm too. -
Similar Threads
-
How to decrypt this MPD link and license key?
By kienkzz in forum Video Streaming DownloadingReplies: 17Last Post: 29th May 2025, 04:18 -
Found an awesome script to download widevine content (mpd) and decrypt it
By royjeon215 in forum Latest Video NewsReplies: 8Last Post: 11th Nov 2021, 15:26 -
Decoding manifest.mpd (Widevine)
By WaitForIt in forum Video Streaming DownloadingReplies: 6Last Post: 7th Jun 2021, 13:44 -
Widevine key not found
By DANNY14596 in forum Video Streaming DownloadingReplies: 15Last Post: 3rd Jun 2021, 23:54 -
getting widevine CEK key
By netbreak in forum Video Streaming DownloadingReplies: 1Last Post: 19th Feb 2018, 12:03