Hello,
the video link : https://www.6play.fr/le-meilleur-patissier-p_1807/emission-4-c_12963655
Warning ! I don't want the decryption key for the video.
I would like to retrieve the license code of the video encoded in base64 but it shows me an error: 400 (see photo).
[Attachment 67046 - Click to enlarge]
my code :
Can you help me get the license code? thank you in advanceCode:import requests import json import os BLUE = '\x1b[38;5;27m' YELLOW = '\x1b[38;5;226m' RED = '\x1b[38;5;160m' END = '\x1b[0;0m' print(f'{YELLOW}Veuillez entrer le code token : {END}{BLUE}', end='') token = input() response = requests.post('https://lic.drmtoday.com/license-proxy-widevine/cenc/?specConform=true', headers={'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0', 'x-dt-auth-token': '{0}'.format(token)}) if response.status_code == 200: print(f"License Response:\n{response.text}") output_json = json.loads(response.text) print(f"{output_json['license']}") os.system("pause") else: print(f'{RED}[Erreur] : Erreur de connection : {response.status_code}{END}') os.system("pause")
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 7 of 7
-
-
Why did you change the script from when it was working here?
https://forum.videohelp.com/threads/406792-how-to-get-the-key-with-push/page3#post2666550 -
I would like to know how to decrypt the license code. do you have any idea how can i decode the license code?
-
here is the license code encode in base64:
CAUSxwUKwQIIAxIQFwW5F8wSBIaLBjM6L3cqjBiCtIKSBSKOAj CCAQoCggEBAJntWzsyfateJO/DtiqVtZhSCtW8yzdQPgZFuBTYdrjfQFEEQa2M462xG7iMTnJaX kqeB5UpHVhYQCOn4a8OOKkSeTkwCGELbxWMh4x+Ib/7/up34QGeHleB6KRfRiY9FOYOgFioYHrc4E+shFexN6jWfM3rM3B dmDoh+07svUoQykdJDKR+ql1DghjduvHK3jOS8T1v+2RC/THhv0CwxgTRxLpMlSCkv5fuvWCSmvzu9Vu69WTi0Ods18Vcc6C CuZYSC4NZ7c4kcHCCaA1vZ8bYLErF8xNEkKdO7DevSy8BDFnoK EPiWC8La59dsPxebt9k+9MItHEbzxJQAZyfWgkCAwEAAToUbGl jZW5zZS53aWRldmluZS5jb20SgAOuNHMUtag1KX8nE4j7e7jLU nfSSYI83dHaMLkzOVEes8y96gS5RLknwSE0bv296snUE5F+bsF 2oQQ4RgpQO8GVK5uk5M4PxL/CCpgIqq9L/NGcHc/N9XTMrCjRtBBBbPneiAQwHL2zNMr80NQJeEI6ZC5UYT3wr8+Wy kqSSdhV5Cs6cD7xdn9qm9Nta/gr52u/DLpP3lnSq8x2/rZCR7hcQx+8pSJmthn8NpeVQ/ypy727+voOGlXnVaPHvOZV+WRvWCq5z3CqCLl5+Gf2Ogsrf9s2 LFvE7NVV2FvKqcWTw4PIV9Sdqrd+QLeFHd/SSZiAjjWyWOddeOrAyhb3BHMEwg2T7eTo/xxvF+YkPj89qPwXCYcOxF+6gjomPwzvofcJOxkJkoMmMzcFBDo pvab5tDQsyN9UPLGhGC98X/8z8QSQ+spbJTYLdgFenFoGq47gLwDS6NWYYQSqzE3Udf2W7pzk 4ybyG4PHBYV3s4cyzdq8amvtE/sNSdOKReuHpfQ=
the link of the decode base64 site:https://www.base64decode.org/
how can i decrypt the license code? -
thats not a license, thats the service certificate.
if you have a look at the working script from the other thread these 2 lines are the ones involving the decryption of the license response.
Code:wvdecrypt.update_license(license_b64) Correct, keyswvdecrypt = wvdecrypt.start_process()
Similar Threads
-
Reading/capturing Hi8 datecode (data code)
By kydar in forum Capturing and VCRReplies: 32Last Post: 10th Dec 2023, 13:03 -
License url error, I can't get the key
By Brift_Bv in forum Video Streaming DownloadingReplies: 1Last Post: 2nd Jul 2022, 11:20 -
tsMuxeR finished with error code -2 -- Reading buffer overflow
By suspiciouscoffee in forum Newbie / General discussionsReplies: 1Last Post: 14th Apr 2021, 03:57 -
This video could not be played due to technical error.error code 100000
By jraju in forum Video Streaming DownloadingReplies: 4Last Post: 24th May 2020, 06:57 -
My Sony BDP-S1700 stopped reading Country-Code-B bluray disc
By Marcial in forum DVD & Blu-ray PlayersReplies: 2Last Post: 22nd Apr 2018, 08:01