VideoHelp Forum




+ Reply to Thread
Page 21 of 21
FirstFirst ... 11 19 20 21
Results 601 to 623 of 623
  1. Member
    Join Date
    Aug 2023
    Location
    Ukraine
    Search PM
    видалено
    Last edited by nadya86; 25th Feb 2025 at 05:20.
    Quote Quote  
  2. Hey, as I am completely new I am innersten in knowing if I can use this dexryption for creating m3u lists for example from the daddy live site. Would be great to get some help.
    Quote Quote  
  3. Hi all, can someone please explain me the purpose of build info line on getwvkeys.ss?
    Quote Quote  
  4. Member
    Join Date
    Apr 2025
    Location
    Australia
    Search PM
    Anyone know how to decrpyt onair.events, n_m3u8dl-re is reporting an unknown encryption and the (i'm assuming standard widevine) keys i'm giving it are still resulting in garbled outputs.
    Quote Quote  
  5. Hi, A_n_g_e_l_a!
    I am using your wonderful Starter Pack (hellyes6.zip). Thank you!

    Please let me make a request to allhell3gui.py.
    This is regarding the case where there is more than one key. For example.
    Code:
    --key 72fa106e25ea4afe852fd7450e7dc212:16ed4cdba468ee80c3488acfe67c50ba
    --key f1a56b87cb89480eb0d74fd463f94331:6031f7aa2975c9e06f8aa66f902221d4
    --key c273e8e3c56448929547a3b7bdb576e5:30cb3d0bb4c6e2f2034c83cf55bbc957
    At this time, could you please output key and N_m3u8DL-RE command in one line?
    I have to delete newlines by hand every time I want to use them in N_m3u8DL-RE.

    Thank you in advance for your consideration.
    Quote Quote  
  6. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by GF983 View Post
    At this time, could you please output key and N_m3u8DL-RE command in one line?
    I have to delete newlines by hand every time I want to use them in N_m3u8DL-RE.
    Thanks for reporting this; I can understand your frustration. A corrected file is at Github https://github.com/vinefeeder/HellYes/blob/main/allhell3gui.py

    just copy that and replace your existing.
    Last edited by A_n_g_e_l_a; 13th Apr 2025 at 08:14.
    Noob Starter Pack. Just download any Widevine media! Over 25,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  7. Thanks for the quick response, A_n_g_e_l_a!
    N_m3u8DL-RE command is now on one line. Thanks for the help.

    I have one more request, could you make the Key field one line as well?
    Code:
    --key 72fa106e25ea4afe852fd7450e7dc212:16ed4cdba468ee80c3488acfe67c50ba
    --key f1a56b87cb89480eb0d74fd463f94331:6031f7aa2975c9e06f8aa66f902221d4
    --key c273e8e3c56448929547a3b7bdb576e5:30cb3d0bb4c6e2f2034c83cf55bbc957
    ->
    Code:
    --key 72fa106e25ea4afe852fd7450e7dc212:16ed4cdba468ee80c3488acfe67c50ba --key f1a56b87cb89480eb0d74fd463f94331:6031f7aa2975c9e06f8aa 66f902221d4 --key c273e8e3c56448929547a3b7bdb576e5:30cb3d0bb4c6e2f2034c83cf55bbc957
    I would be happier if the Key field is also on one line, as I may want to use it as an argument to mp4decrypt.exe.
    I apologize, I should have been clearer with you from the beginning.

    Thank you for your consideration.
    Last edited by GF983; 13th Apr 2025 at 08:29.
    Quote Quote  
  8. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by GF983 View Post
    Thanks for the quick response, A_n_g_e_l_a!
    N_m3u8DL-RE command is now on one line. Thanks for the help.

    I have one more request, could you make the Key field one line as well?
    Code:
    --key 72fa106e25ea4afe852fd7450e7dc212:16ed4cdba468ee80c3488acfe67c50ba
    --key f1a56b87cb89480eb0d74fd463f94331:6031f7aa2975c9e06f8aa66f902221d4
    --key c273e8e3c56448929547a3b7bdb576e5:30cb3d0bb4c6e2f2034c83cf55bbc957
    ->
    Code:
    --key 72fa106e25ea4afe852fd7450e7dc212:16ed4cdba468ee80c3488acfe67c50ba --key f1a56b87cb89480eb0d74fd463f94331:6031f7aa2975c9e06f8aa 66f902221d4 --key c273e8e3c56448929547a3b7bdb576e5:30cb3d0bb4c6e2f2034c83cf55bbc957
    I would be happier if the Key field is also on one line, as I may want to use it as an argument to mp4decrypt.exe.
    Thank you for your consideration.
    edit line 376.
    Noob Starter Pack. Just download any Widevine media! Over 25,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  9. By changing line 376, I was able to make the Key field one line.
    Thanks, A_n_g_e_l_a!

    Code:
    self.keys_output.append("\n".join( keys))
    ->
    Code:
    self.keys_output.append(" ".join( keys))
    Quote Quote  
  10. You can just download android studio and run a rooted emulator saves you buying a device.
    Quote Quote  
  11. This manual talks about software that is more complicated than what is available these days, e.g. Vineless that will just make the keys visible in one click, rather than copying a license URL and pasting it somewhere. Can it be changed to mention these modern options?
    Quote Quote  
  12. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    I have stuck with getting the decryption key for this video: https://www.filmio.hu/film/nehez-emberek-16141360
    (hungarian site, video is temporarily freely available (I do not know, how long), but login is required, e.g. with Google or Facebook account - in this case no registration required)
    I am able to download the video/audio, but both are protected by Widevine.
    Firefox Widevine L3 Decrypter plugin failed to detect the protection.
    hellyes6.zip - fails with cURL copied from Firefox 115 (Windows 7)
    L3.py - unable to parse license URL
    WidevineFetch - unable to parse the license URL
    Quote Quote  
  13. Originally Posted by PPeti66x View Post
    I have stuck with getting the decryption key for this video: https://www.filmio.hu/film/nehez-emberek-16141360
    (hungarian site, video is temporarily freely available (I do not know, how long), but login is required, e.g. with Google or Facebook account - in this case no registration required)
    I am able to download the video/audio, but both are protected by Widevine.
    Firefox Widevine L3 Decrypter plugin failed to detect the protection.
    hellyes6.zip - fails with cURL copied from Firefox 115 (Windows 7)
    L3.py - unable to parse license URL
    WidevineFetch - unable to parse the license URL
    Hmm, not sure why it doesn't work for you.
    Code:
    n-m3u8dl-re "https://c202-node62-cdn.connectmedia.hu/6112/065d116e912ea043c732097f28d47565/69f60e43/2025/06/18/16141360/index.json/manifest.mpd" --key 6761374a7eb04b59a595a943f4dbcdbe:ed38695f26825877db9b0335f2212bb9 --use-shaka-packager -M format=mkv
    Quote Quote  
  14. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    Thanks! The key worked for me. Can you describe, how did you get the key 6761374a7eb04b59a595a943f4dbcdbe:ed38695f26825877d b9b0335f2212bb9 ?
    Quote Quote  
  15. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PPeti66x View Post
    Thanks! The key worked for me. Can you describe, how did you get the key 6761374a7eb04b59a595a943f4dbcdbe:ed38695f26825877d b9b0335f2212bb9 ?
    Unless I am very much mistaken the line with the key given by stupid_345 is the output from HellYes - which you told the World doesn't work. Thanks!

    What you meant to say was you could not find the correct license URL from which to take the cURL. Putting rubbish in, results in getting rubbish out!

    Read the guides and look at the images for using HellYes - either in the zip with my signature or http://github.com/vinefeeder/HellYes
    Noob Starter Pack. Just download any Widevine media! Over 25,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  16. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    Hi A_n_g_e_l_a!
    There are 2 license URLs. Which to use, the 1st or the 2nd?
    My Firefox 115 copied cURL in that form (there are many carets, which in Windows batch means do not interpret the next character): curl ^"https://drm-prod.filmio.hu/widevine/license?drmToken=eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzUxM iJ9.eyJzdWIiOiIxMDQ3ODgyIiwiY3VzdG9tZXJSZWYiOiIxNj g0MDkxIiwiaXAiOiIxNzguMjMuOTQuNTUiLCJuYW1lIjoiUFBl dGkgbnVsbCIsImN1c3RvbWVySWQiOjEwNDc4MjEsImNvbnRlbn RJZCI6IlZPRF9DQVRDSFVQIiwiZXhwIjoxNzc3ODUxMjcxLCJ0 eXBlIjoiRFJNIiwidXNlcklkIjoxMDQ3ODgyfQ.PwO7Usi8dQD dzRGfymVxBAtd3Zkdlz7Ogf9Hw7aLFMtktdussvKpyI_P4GO76 k618RdyAgBx0vi6N4M7QM_xVEdMabvW-8is2bZxy2uwoSmEsTtZipF6qI3abR6RNhEp6E7UpeJdAXQxy80 TncCDOqXEK2N9Q7st6Y5yZ0a9SjicD-MW5q8mgFNBqPWVN8FdGZz9vk4Oh4uabWYUYpqtjPf8__wH3Y6E IbjIaNtbYLtt5rqWJPzD_nYr7I1iSg1NX0pRHiCakWFLg6v2wz dU6qY8za9nDiEybE6nRbkuY1KOSB-TW25AJhaNJf2EZFXw8KhRLJG79FFKeyVuEN7dHw^" ^
    -X POST ^
    -H ^"User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0^" ^
    -H ^"Accept: */*^" ^
    -H ^"Accept-Language: hu-HU,hu;q=0.8,en-US;q=0.5,en;q=0.3^" ^
    -H ^"Accept-Encoding: gzip, deflate, br^" ^
    -H ^"Referer: https://www.filmio.hu/^" ^
    -H ^"Origin: https://www.filmio.hu^" ^
    -H ^"Connection: keep-alive^" ^
    -H ^"Sec-Fetch-Dest: empty^" ^
    -H ^"Sec-Fetch-Mode: cors^" ^
    -H ^"Sec-Fetch-Site: same-site^" ^
    -H ^"Pragma: no-cache^" ^
    -H ^"Cache-Control: no-cache^" ^
    --data-raw ^"^^^^”,^B^

    ^@^

    *^^^^ga7J~^°KY^¥^•^©C^ô^Û^Í^¾^^
    I tried to remove carets, but still failed to parse.
    Which parts of the link are really required?
    Quote Quote  
  17. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PPeti66x View Post
    Hi A_n_g_e_l_a!
    There are 2 license URLs. Which to use, the 1st or the 2nd?
    My Firefox 115
    I tried to remove carets, but still failed to parse.
    Which parts of the link are really required?
    • There is only 1 real license url. Look at the request in developer tools (right-hand side under 'request'); for a license it will be encrypted and you will not be able to read most of it! Except towards the end you will see 'widevine' in plain text. If you dont see widevine it is not the license request you have.
    • Firefox is currently at version 150; try to update!!
    • Do not edit anything pasted as cURL!
    • All parts of the cURL text are needed!

    Also make sure you use the proper Windows Terminal for the Windows Store or Power Shell, if you have Windows Pro - not some alternative you normally use.

    Also be a little circumspect about what you paste. There is sensitive information - your IP address for instance - in the base64 code of the token with the url
    Last edited by A_n_g_e_l_a; 4th May 2026 at 05:12.
    Noob Starter Pack. Just download any Widevine media! Over 25,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  18. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    I am using Win7 x64, so Firefox 115 and Python 3.8 is the highest. PowerShell is v1.0 (installed by default in Win7). But I am not used the PowerShell, the "..\python.exe allhell3.py" command was used via a batch file. Another problem may be that older version of pyfiglet was used (pre-1.0 instead of 1.0.2+, due to Python 3.8 limitation).
    I am not worry about my IP address, because it is a dynamic IP (I am behind NAT). But yes, there is always a possibility to leak some sensitive informations in case of similar links.
    So in the next days I will try to investigate what is the exact problem. Probably the root of the problems will be the incompatibility with the Win7/Python 3.8. For me it would be enough to get the KID:KEY successfully.
    Is PowerShell required to use the the allhell3.py? If yes, which version?
    Quote Quote  
  19. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PPeti66x View Post
    I am using Win7 x64, so Firefox 115 and Python 3.8 is the highest. PowerShell is v1.0 (installed by default in Win7). But I am not used the PowerShell, the "..\python.exe allhell3.py" command was used via a batch file. Another problem may be that older version of pyfiglet was used (pre-1.0 instead of 1.0.2+, due to Python 3.8 limitation).
    I am not worry about my IP address, because it is a dynamic IP (I am behind NAT). But yes, there is always a possibility to leak some sensitive informations in case of similar links.
    So in the next days I will try to investigate what is the exact problem. Probably the root of the problems will be the incompatibility with the Win7/Python 3.8. For me it would be enough to get the KID:KEY successfully.
    Is PowerShell required to use the the allhell3.py? If yes, which version?
    I think the root of your problem is PowerShell - try your version 1 and if that doesn't work update to the latest you can find. The HellYes instructions say specifically to user either Terminal or PowerShell.
    Noob Starter Pack. Just download any Widevine media! Over 25,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  20. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    Allhell3.py results

    cmd.exe (without PowerShell) and PowerShell v2.0, v3.0, v4.0, v5.1, v6.2.7 on Windows 7 returned the same error:
    cURL? Traceback (most recent call last):
    File "allhell3.py", line 425, in <module>
    cURL = get_hidden_input("cURL? ")
    File "allhell3.py", line 390, in get_hidden_input
    ch = getch()
    File "allhell3.py", line 357, in getch
    return msvcrt.getch().decode('utf-8')
    UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 0: invalid
    start byte
    Quote Quote  
  21. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by PPeti66x View Post
    Allhell3.py results

    cmd.exe (without PowerShell) and PowerShell v2.0, v3.0, v4.0, v5.1, v6.2.7 on Windows 7 returned the same error:
    cURL? Traceback (most recent call last):
    File "allhell3.py", line 425, in <module>
    cURL = get_hidden_input("cURL? ")
    File "allhell3.py", line 390, in get_hidden_input
    ch = getch()
    File "allhell3.py", line 357, in getch
    return msvcrt.getch().decode('utf-8')
    UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf8 in position 0: invalid
    start byte
    Tried the GUI version? No you wont have - python 3.8 is too old!

    Parsing errors normally mean the cURL was not the from the license - did you make sure of the correct one by inspecting requests?

    If all these thing check out I can only imagine Win7 with its ancient Firefox is the culprit. you might try Chrome to get the cURL.

    I wrote HellYes using python 3.11 - I don't expect it to work on anything less.

    Sadly I think your system is too old. The fact you cannot get one of the browser based key finders to work either points to software being too old.

    I can offer no further suggestions.
    Last edited by A_n_g_e_l_a; 6th May 2026 at 03:44.
    Noob Starter Pack. Just download any Widevine media! Over 25,000 downloads for V6!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  22. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    OK, thanks.
    I will try to fix it in my way. In case of success, I will post what I changed.
    Quote Quote  
  23. Member
    Join Date
    May 2026
    Location
    Slovakia
    Search Comp PM
    I managed to get to work the allhell3.py script on the Win7 and Python 3.8. Maybe it will help for someone.
    Image Attached Files
    Quote Quote  



Similar Threads

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