VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hello guys , i am really sorry for creating another thread on the same topic , but i just need a little help
    hopefully i have found the solution but i just need a hint to achieve this

    so i am trying to download a video from here https://www.wingfox.com/c/8752 , i know its a weird website with some high level of encryption,
    i was debugging this website since from few weeks and i was looking for the decrption key should be aes 128 (16 Byte Key)

    But if you look at the network tab the key is 32 bytes which is not a actual key for decyption
    Image
    [Attachment 67315 - Click to enlarge]


    https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.k...c1d60e5070c-m0

    So i continued my debugging and messing with the javascript code i found nothing but a decrypted m3u8
    original link - https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.pdx?pid=166641...device=desktop

    Image
    [Attachment 67316 - Click to enlarge]


    I was a dumbass that i didnt look at the m3u8 key uri carefully and i was hammering my head with other code for weeks
    here is the trick this site is playing , if you look carefully the m3u8 key uri and it is different from the link of 32 byte key
    Code:
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-KEY:METHOD=AES-128,URI="https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key",IV=0x08480959f46482682d18c315bbd0b3d8
    https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.k...c1d60e5070c-m0

    the key in m3u8 is the actual 16 byte key and i pass a token like this to m3u8 key uri

    Code:
    https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key?token=a736320b-0f77-4981-8c47-ec1d60e5070c-m0
    and thats probably i think the way to get the key, but i am getting a authorization error
    Image
    [Attachment 67317 - Click to enlarge]


    Can anyone help how to bypass this authorization error and download the 16 byte key
    Quote Quote  
  2. Hi code47


    I have been following your excellent work and your never give up attitude. Hat's off to you.


    With respect to your challenge, may I suggest that you try ....


    Code:
    streamlink --hls-segment-key-uri "https://hls.videocc.net/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key" "hls://www.xxxxx?token=yyyyyyyyy" best -o video.ts



    Keep up your good work
    Quote Quote  
  3. The above streamlink code is not working because the key is encrypted, can anyone pls share some tips and tricks to get the key
    Quote Quote  
  4. Can anyone help how to bypass this authorization error and download the 16 byte key
    Code:
    https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key?token=0eab252f-1c3f-40a2-9aaf-d132552bf1a7-00
    IDM
    HTML Code:
    https://files.videohelp.com/u/298918/9215d65496dbc8ae03e6f3cac35bce1e_1.key
    Quote Quote  
  5. [QUOTE=karapuz;2671329]
    Can anyone help how to bypass this authorization error and download the 16 byte key
    Code:
    https://hls.videocc.net/playsafe/v12/9215d65496/e/9215d65496dbc8ae03e6f3cac35bce1e_1.key?token=0eab252f-1c3f-40a2-9aaf-d132552bf1a7-00
    IDM
    [HTML]https://files.videohelp.com/u/298918/9215d65496dbc8ae03e6f3cac35bce1e_1.key[QUOTE]
    I appreciate for your effort but that's a 32 byte key that's not a actual key , pls read the thread again
    Quote Quote  



Similar Threads

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