VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



Closed Thread
Results 1 to 8 of 8
  1. delete
    Last edited by kartik; 6th Nov 2024 at 04:53.

  2. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    the source is encrypted, there is no unencrypted file on that page.

  3. Please can anyone provide the method to get the key from this site ?

    for the link above , the pssh:
    Code:
    AAAAV3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADcIARIQvpoztgMLQGukt8Ip3QXSERoLYnV5ZHJta2V5b3MiEL6aM7YDC0BrpLfCKd0F0hEqAkhE
    lic url :
    Code:
    https://spapi.zee5.com/singlePlayback/getDetails/secure?content_id=0-1-6z5229435&show_id=0-6-199&device_id=DN7VpF9nAiMybprjZt9e000000000000&platform_name=desktop_web&translation=en&user_language=ar,en,hi,ml,ta,te&country=LB&state=&app_version=2.54.3&user_type=guest&check_parental_control=false&ppid=DN7VpF9nAiMybprjZt9e000000000000&version=12&zgdpr=C0001,C0002,C0003,C0004,C0005&zcnstdt=&znpa=
    and even tried with this lic url:
    Code:
    https://spapi.zee5.com/widevine/getLicense
    but still no luck , after doing some search i found this thread :

    https://forum.videohelp.com/threads/407477-help-in-getting-widevine-keys

    but no l3 script modified version that works with this site could be found , only the raw code of [ss]vegeta:

    Code:
     # -*- coding: utf-8 -*-
    # Module: KEYS-L3
    # Created on: 11-10-2021
    # Authors: -∞WKS∞-
    # Version: 1.1.0
    
    import base64, requests, sys, xmltodict
    import headers_claro
    from pywidevine.L3.cdm import cdm, deviceconfig
    from base64 import b64encode
    from pywidevine.L3.decrypt.wvdecryptcustom import WvDecrypt
    
    pssh = input('\nPSSH: ')
    lic_url = input('License URL: ')
    token = input('Token: ')
    device_id = input('device_id: ')
    
    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 = {"token":token,"device_id":device_id,"widevineBody":challengeb64}              
        widevine_license = requests.post(url=lic_url, json=data, headers=headers_claro.headers)
        print(widevine_license.request.body)
        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)
    
    print()
    for key in keys:
        print('--key ' + key)
    i tried to change the code to pass the data like x-access-token , X-Z5-Guest-Token and x-dd-token ,but again no luck .

    So please anyone can provide the correct method or a modified version of the l3 script to work with this site ?

    Update: I found the way to get the keys.

    Regards
    Last edited by thej911; 3rd Mar 2023 at 17:45.

  4. delete
    Last edited by kartik; 6th Nov 2024 at 04:53.

  5. Originally Posted by kartik View Post
    is there any Zee5 Streamer which can give nondrm url for zee5.com tv shows please.
    You have already been told NO, so stop asking.

  6. Originally Posted by thej911 View Post
    pssh:
    Code:
    AAAAV3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADcIARIQvpoztgMLQGukt8Ip3QXSERoLYnV5ZHJta2V5b3MiEL6aM7YDC0BrpLfCKd0F0hEqAkhE
    lic url :
    Code:
    https://spapi.zee5.com/singlePlayback/getDetails/secure?content_id=0-1-6z5229435&show_id=0-6-199&device_id=DN7VpF9nAiMybprjZt9e000000000000&platform_name=desktop_web&translation=en&user_language=ar,en,hi,ml,ta,te&country=LB&state=&app_version=2.54.3&user_type=guest&check_parental_control=false&ppid=DN7VpF9nAiMybprjZt9e000000000000&version=12&zgdpr=C0001,C0002,C0003,C0004,C0005&zcnstdt=&znpa=
    Code:
    be9a33b6030b406ba4b7c229dd05d211:afbbeac1fb9c1d6543a0dad80119e20d

  7. Member
    Join Date
    Feb 2023
    Location
    India
    Search Comp PM
    Originally Posted by kartik View Post
    HEY,

    I NEED NONDRM URL FOR THIS LINK PLS "https://www.zee5.com/tv-shows/details/bhabi-ji-ghar-par-hai/0-6-199/anitas-photo-shoot-for-tiwari/0-1-6z5229435"
    LIKE THIS
    "nondrm url is this https://zee5vodnd.akamaized.net/hls1/elemental/hls/TVShows/Jodha_Akbar_Hindi_Ep01_Rev1...a837de965a62e5 d49493766affec758/index-connected.m3u8?hdnea=st=1667880416~exp=1667884136~ acl=/hls1/elemental/hls/TVShows/Jodha_Akbar_Hindi_Ep01_Rev1_RTR_hi_8a837de965a62e5 d49493766affec758/index-connected.m3u8*~hmac=db12997992302d15da54df90ca44f xxxxxxxxxxxxx1b64a647e404321ff"

    HOW TO GET IT PLEASE HELP.
    https://zee5vodnd.akamaized.net/hls1/elemental/hls/TV_SHOWS/AND_TV/October2022/0410202...d0597557c227db
    Last edited by venixop; 27th Feb 2023 at 00:08.

  8. Member
    Join Date
    Feb 2023
    Location
    India
    Search Comp PM
    Originally Posted by thej911 View Post
    Please can anyone provide the method to get the key from this site ?

    for the link above , the pssh:
    Code:
    AAAAV3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAADcIARIQvpoztgMLQGukt8Ip3QXSERoLYnV5ZHJta2V5b3MiEL6aM7YDC0BrpLfCKd0F0hEqAkhE
    lic url :
    Code:
    https://spapi.zee5.com/singlePlayback/getDetails/secure?content_id=0-1-6z5229435&show_id=0-6-199&device_id=DN7VpF9nAiMybprjZt9e000000000000&platform_name=desktop_web&translation=en&user_language=ar,en,hi,ml,ta,te&country=LB&state=&app_version=2.54.3&user_type=guest&check_parental_control=false&ppid=DN7VpF9nAiMybprjZt9e000000000000&version=12&zgdpr=C0001,C0002,C0003,C0004,C0005&zcnstdt=&znpa=
    and even tried with this lic url:
    Code:
    https://spapi.zee5.com/widevine/getLicense
    but still no luck , after doing some search i found this thread :

    https://forum.videohelp.com/threads/407477-help-in-getting-widevine-keys

    but no l3 script modified version that works with this site could be found , only the raw code of [ss]vegeta:

    Code:
     # -*- coding: utf-8 -*-
    # Module: KEYS-L3
    # Created on: 11-10-2021
    # Authors: -∞WKS∞-
    # Version: 1.1.0
    
    import base64, requests, sys, xmltodict
    import headers_claro
    from pywidevine.L3.cdm import cdm, deviceconfig
    from base64 import b64encode
    from pywidevine.L3.decrypt.wvdecryptcustom import WvDecrypt
    
    pssh = input('\nPSSH: ')
    lic_url = input('License URL: ')
    token = input('Token: ')
    device_id = input('device_id: ')
    
    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 = {"token":token,"device_id":device_id,"widevineBody":challengeb64}              
        widevine_license = requests.post(url=lic_url, json=data, headers=headers_claro.headers)
        print(widevine_license.request.body)
        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)
    
    print()
    for key in keys:
        print('--key ' + key)
    i tried to change the code to pass the data like x-access-token , X-Z5-Guest-Token and x-dd-token ,but again no luck .

    So please anyone can provide the correct method or a modified version of the l3 script to work with this site ?

    Regards
    PM




Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!