I was trying to save some videos from Boomerang -- I tried Streamfab and it partly works, however:
1. it didn't save the subtitles
2. there doesn't seem to be a way to *manually* start a download
So I tried to register on "forum.dvdfab.cn" with the purpose of asking some questions regards to the above; however, I unexplainably failed(?!) their captcha and my email was banned on 2nd (!!) try as per attached image.
As far as I can see I entered the correct answer, so there must be something wrong on their end. And clicking "here" to contact the admin is 404.
Are there any other programs that can download DRM MPD, or I have to wait until redfox rises from the ashes?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Yes, there are. Even here in the forum. I'd recommend you to read through the first post of A_n_g_e_l_a's series in the stickies: https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom
Read through til the end of the first post, there you'll find a link to a ready to go script to download and decrypt things by yourself. Admittedly not as comfortable as streamfab, but it works. And you'll learn a ton of how things work under the hood.
If you post the video url, someone might even be willing to find the keys for you. -
Will do the reading, thanks.
The two URLs I've tried: (they both show as "Free" to me:
https://watch.boomerang.com/watch/181/1 (Ya Win Some, Ya Luge Some)
https://watch.boomerang.com/watch/25/1 (A Night at the Katz Motel) -
Jep, it's geo-blocked but free; the keys for the first:
Code:76bda96dd25f5d3eaf7f02c344bc56a5:831e1ab3d37247f257ec07922f1e4b76 15de359afa9f5636aaf60e283e19a5a3:d2d401e438c025bee584d6286892c91d 1a1614b347e6585f879ec5e0a839013a:45967ca39fcfe402458b9a89f21c64fa 746417faaf495911af7d8e6fe842f286:3cecc4b8f3c0ffacac76688ae2a33a27
Code:yt-dlp --allow-u https://bo-prod-video.wbdnbo.net/v13/ba4ab4f1-0a68-420e-9878-c2b3682ddb10/8887190780/dash/widevine/index_sdr_1080_avc_ns_2.mpd
For the subtitles you'd have to look at the browser's developer console, there is a request for "webvtt" with the subtitles url in it: "https://watch.boomerang.com/st/subtitle/a2972250-56b5-4960-b77f-3d2144773eca.webvtt"
The second link: https://bo-prod-video.wbdnbo.net/v13/3efc4bbf-0805-11e7-b19f-0ab13e4e8e58/3131553861/d...2_avc_ns_2.mpd
Keys:
Code:3b44c2e7ae9957ed87411196185004a4:587e638688dd3b2a84d5113bdf0eafee ea448a82639f559f9880ee1ce3bd8933:238e8a6c21829d0513247fed593bdf28 690cb43652c1570c948ab735781bfc13:252eed8344be97c2f175fae597908d23 e3864d96dd1d5dc499bd2bed97804ad1:f82ae4635d25ee97710e24196d73a92b
The only not so easy part is: the PSSH is not contained in the MPD's, you'll have to extract it from the downloaded encrypted videos to request the keys.
You can find everything necessary here in the forum. -
In case you wanted to get your files using N_m3u8DL-RE
https://watch.boomerang.com/watch/181/1 (Ya Win Some, Ya Luge Some)
Keys
Code:76bda96dd25f5d3eaf7f02c344bc56a5:831e1ab3d37247f257ec07922f1e4b76 15de359afa9f5636aaf60e283e19a5a3:d2d401e438c025bee584d6286892c91d 1a1614b347e6585f879ec5e0a839013a:45967ca39fcfe402458b9a89f21c64fa 746417faaf495911af7d8e6fe842f286:3cecc4b8f3c0ffacac76688ae2a33a27
Code:N_m3u8DL-RE "https://bo-prod-video.wbdnbo.net/v13/ba4ab4f1-0a68-420e-9878-c2b3682ddb10/8887190780/dash/widevine/index_sdr_1080_avc_ns_2.mpd" --save-name "Ya Win Some, Ya Luge Some" --key 76bda96dd25f5d3eaf7f02c344bc56a5:831e1ab3d37247f257ec07922f1e4b76 --key 15de359afa9f5636aaf60e283e19a5a3:d2d401e438c025bee584d6286892c91d --key 1a1614b347e6585f879ec5e0a839013a:45967ca39fcfe402458b9a89f21c64fa --key 746417faaf495911af7d8e6fe842f286:3cecc4b8f3c0ffacac76688ae2a33a27 -mt -M format=mkv
Keys
Code:3b44c2e7ae9957ed87411196185004a4:587e638688dd3b2a84d5113bdf0eafee ea448a82639f559f9880ee1ce3bd8933:238e8a6c21829d0513247fed593bdf28 690cb43652c1570c948ab735781bfc13:252eed8344be97c2f175fae597908d23 e3864d96dd1d5dc499bd2bed97804ad1:f82ae4635d25ee97710e24196d73a92b
Code:N_m3u8DL-RE "https://bo-prod-video.wbdnbo.net/v13/3efc4bbf-0805-11e7-b19f-0ab13e4e8e58/3131553861/dash/widevine/index_sdr_472_avc_ns_2.mpd" --save-name "A Night at the Katz Motel" --key 76bda96dd25f5d3eaf7f02c344bc56a5:831e1ab3d37247f257ec07922f1e4b76 --key 15de359afa9f5636aaf60e283e19a5a3:d2d401e438c025bee584d6286892c91d --key 1a1614b347e6585f879ec5e0a839013a:45967ca39fcfe402458b9a89f21c64fa --key 746417faaf495911af7d8e6fe842f286:3cecc4b8f3c0ffacac76688ae2a33a27 -mt -M format=mkv
1. https://forum.videohelp.com/threads/414140-%5BRelease%5D-Widevine-L3-Guesser-Extension...-Chrome-All-OS
2. https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-DoomLast edited by LittleSoldier; 24th Jun 2024 at 04:55. Reason: Recommended Links added
-
I'd like to point out the subs can be included in the mpd file if you change the request the retrieve it :
HTML Code:params = ( ('cdn', 'cloudfront'), ('drm', 'widevine'), ('st', 'dash'), ('subs', 'all'), ) response = requests.get('https://watch.boomerang.com/api/5/1/video_manifest_from_jwt/', headers=headers, params=params)
Code:https://bo-prod-video.wbdnbo.net/v13/ba4ab4f1-0a68-420e-9878-c2b3682ddb10/8887190780/dash/widevine/index_sdr_1080_avc_vtt_2.mpd
HTML Code:response = requests.get('https://watch.boomerang.com/api/5/video/25.1/subtitles/srt/', headers=headers) print('response: ', response.text)
Similar Threads
-
Try StreamFab All-in-One
By BD4YU in forum Video Streaming DownloadingReplies: 1Last Post: 29th Aug 2024, 07:34 -
Video Streaming Downloading Forum
By A_n_g_e_l_a in forum FeedbackReplies: 4Last Post: 15th Feb 2023, 11:40 -
How I Can Download .mpd Streaming Video, (Not Getting Help on Forum)
By Daringbaaz in forum Newbie / General discussionsReplies: 4Last Post: 2nd Oct 2020, 03:09 -
Downloading from Boomerang (no login required)
By elyobsemaj in forum Video Streaming DownloadingReplies: 7Last Post: 4th Sep 2020, 00:23 -
extract audio from boomerang
By romanok in forum Video Streaming DownloadingReplies: 0Last Post: 2nd Jul 2020, 14:53