Guys, I'm posting a new thread to try to seek help from y'all. It's about the Amazon.
Straight to the point, the movie is free to watch. [John Wick 3 - Parabellum](https://www.amazon.com/gp/video/detail/B07SZZNFRM)
PSSH:(Key IDs:Code:AAAAVnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADYSEG7dl8Rki0bNt/tGITN2lSgSEK+r03e0cEy7lCLrHk95h/4SELdw1bS7a1lNr5hYRarpql8=
6edd97c4648b46cdb7fb462133769528
afabd377b4704cbb9422eb1e4f7987fe
b770d5b4bb6b594daf985845aae9aa5f)
License:For convenience, I copied & sorted the cURL of the license request -> [cURL information](https://telegra.ph/cURL-information-05-26)Code:https://atv-ps.amazon.com/cdp/catalog/GetPlaybackResources
the main WV_Function is as below:
I added printing the Request Body and the Response to debug, and as I expected, there are some problems:Code:def WV_Function(pssh, lic_url, cert_b64=None): wvdecrypt = WvDecrypt(init_data_b64=pssh, cert_data_b64=cert_b64, device=deviceconfig.device_android_generic) challengeb64 = str(b64encode(wvdecrypt.get_challenge()),"utf-8") data = {"widevine2Challenge":challengeb64,"includeHdcpTestKeyInLicense":"true"} widevine_license = requests.post(url=lic_url, headers=headers.headers, params=headers.params, cookies=headers.cookies, json=data) print(f'\nLicense Body: {widevine_license.request.body}') print(f'Status code: <{widevine_license.status_code}>') print(f'License Response: {widevine_license.content}') license_b64 = b64encode(widevine_license.content) wvdecrypt.update_license(license_b64) Correct, keyswvdecrypt = wvdecrypt.start_process() if Correct: return Correct, keyswvdecrypt correct, keys = WV_Function(pssh, lic_url)
The server returned this:
Any advice & help would be appreciated.Code:{"Output":{"__type":"com.amazon.coral.service#UnknownOperationException"},"Version":"1.0"}
Closed Thread
Results 1 to 6 of 6
-
-
Are you sure it's free to watch?
It says "rent 3.99$, buy 13.99$"
Similar Threads
-
Help downloading a free youtube movie?
By boneyjellyfish in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Nov 2022, 12:39 -
Can someone please download this Free Not protected Short Movie for me
By Loryanam2 in forum Video Streaming DownloadingReplies: 3Last Post: 16th Apr 2022, 14:05 -
Best and easiest program (Free preferably) to convert movie DVDs to mkv...
By retroborg in forum DVD RippingReplies: 4Last Post: 9th Dec 2020, 19:32 -
Recommendations Free TV and Movie Sites?
By KermitJ in forum Video Streaming DownloadingReplies: 14Last Post: 14th Mar 2020, 11:10 -
How/Where to download non-DRM HD movie? Amazon? iTunes? Elsewhere?
By osullic in forum Newbie / General discussionsReplies: 11Last Post: 5th Nov 2019, 21:31