Hello everyone,
How can I download all the little chunks of the encrypted video in a synchronized order?
The website is Udemy.com
I have the proper decryption keys which works. I'm planning to download all the encrypted video and then decrypt them manually one by one using some automation.
The website uses Widevine DRM encryption.
Thanks
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by rajhlinux; 25th Mar 2022 at 19:30.
-
Alright I seem to got it working:
I use this program called "yt-dlp".
This is the command I enter on CMD:
yt-dlp --allow-unplayable-formats --force-generic-extractor "https://www.udemy.com/assets/16986082/encrypted-files/out/v1/c16e00cbe8e74fd883cd35ee9a33c7bf/06c8dc12da2745f1b0b4e7c2c032dfef/842d4b8e2e014fbbb87c640ddc89d036/index.mpd?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1Ni J9.eyJwYXRoIjoib3V0L3YxL2MxNmUwMGNiZThlNzRmZDg4M2N kMzVlZTlhMzNjN2JmLzA2YzhkYzEyZGEyNzQ1ZjFiMGI0ZTdjM mMwMzJkZmVmLzg0MmQ0YjhlMmUwMTRmYmJiODdjNjQwZGRjODl kMDM2LyIsImV4cCI6MTY0ODI4NjIxNX0.wReSM4Q72bdTgnD7X Gf8REQ3-QuDdXnVg0gjUOX1FrU&provider=cloudfront&v=1" -o output.mp4
Need to use "--force-generic-extractor" to get it working else it wont download anything.
Then I tried decrypting the video and audio using "shaka-packager".
This is the command I enter on CMD:
shaka-packager.exe input=C:\Users\Admin\Downloads\udemy\output.f10.mp 4,stream=video,output=C:\Users\Admin\Downloads\ude my\decrypttt.mp4.mp4 input=C:\Users\Admin\Downloads\udemy\output.f20.m4 a,stream=audio,output=C:\Users\Admin\Downloads\ude my\decryptt_audio.m4a --enable_raw_key_decryption --keys label=0:key_id=75175f4a6e1c40a597273c3b41339246:ke y=d4d019341ba95d60be4b560e6e877ebd:87651d63fa52676 672a714815c64f5d9
However both video and audio are not decrypted (same goes for using "bento mp4decrypt")...
This is the CDM I used: http://getwvkeys.cc/
Here is the ".mpd" file:
https://pastebin.com/UwwHJhTF
Here is the decrypt key: aefc537bda2a545a80d72d93824ffcc9:32fccf818a6e210d8 ef1acec269deb6d
Here is the KEY ID: 75175f4a6e1c40a597273c3b41339246
Here are the encrypted video and audio file to inspect/test:
https://drive.google.com/drive/folders/1oR9kn3yTN6jRBo1HCvBvx-jH0GLOaQkP?usp=sharing
ThanksLast edited by rajhlinux; 26th Mar 2022 at 01:21.
Similar Threads
-
AviSynth Script error: there is no function named "setmtmode"
By minimax in forum RestorationReplies: 27Last Post: 10th Sep 2021, 03:57 -
Stream Video Downloader for Chrome-"Network error" problems
By jastavoss@msn.com in forum Video Streaming DownloadingReplies: 0Last Post: 5th Aug 2019, 18:17 -
Stream Video Downloader for Chrome-"Network error"-why?
By jastavoss@msn.com in forum Video Streaming DownloadingReplies: 2Last Post: 31st May 2019, 12:55 -
"Unknown site" 4k Video Downloader
By videobruce in forum Video Streaming DownloadingReplies: 3Last Post: 7th Apr 2019, 07:30 -
Unactivated "4k Video Downloader" After 25 videos on Youtube Playlist
By snekrad in forum Video Streaming DownloadingReplies: 2Last Post: 31st May 2017, 06:47