VideoHelp Forum




+ Reply to Thread
Page 8 of 8
FirstFirst ... 6 7 8
Results 211 to 221 of 221
  1. Member hellraiser's Avatar
    Join Date
    Apr 2025
    Location
    Hell's Kitchen (NY)
    Search PM
    Which website.
    I'll give it a try
    Quote Quote  
  2. Member hellraiser's Avatar
    Join Date
    Apr 2025
    Location
    Hell's Kitchen (NY)
    Search PM
    It's not allowed to discuss paid subscription services!
    So sorry,I can't help you with this one
    Quote Quote  
  3. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Generally if it works from the browser, HellYes scripts collects the browser's mpd and cURL without issue.

    Chrome is more reliable for producing accurate cURL - I've recently noticed Firefox producing errors.

    Some sites choose to disallow the re-use of tokens (which HellYes is attempting to do).
    To get round this, you can configure Chrome Developer Tools to prevent a filtered url (like 'license') from being sent to the server,.
    In this way you can copy the cURL before its used.

    It wouldn't be impossible for sites that are keen to reduce piracy to have a one-time token on the mpd URL too! So filter for 'ism | mpd' or whatever and block it in Developer Tools.

    This is all conjecture not Gospel truth; I only go for UK Free to Air sites.
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  4. Member
    Join Date
    Oct 2024
    Location
    Johannesburg
    Search PM
    Originally Posted by A_n_g_e_l_a View Post
    Same allhell3.py accuracy - it will get everything - but this version wrapped in a gui.
    Copy/Pasting is now much more straight forward

    Paste mpd
    Paste license cURL
    Enter Save Name
    Click 'Get Keys' to process.
    Stop there or click 'Download' to have N_m3u8DL-RE to do its work.

    Image
    [Attachment 81160 - Click to enlarge]

    Image
    [Attachment 81161 - Click to enlarge]

    Update 15/08/2024 added init parser to the GUI
    Update 20/08/2024 added lower Diffie-Helman security context as an optional script, to match sites using short key lengths.

    https://files.videohelp.com/u/301890/hellyes6.zip for the complete updated pack
    Thanks for your great script and now also GUI.

    Can I make one suggestion for a future feature to be added?
    Sometimes the mpd cannot be retrieved by just the url alone and one needs some headers as well. Would it we possible to add a option to add the mpd url as a CURL command too (same as license url)?

    Thanks in advance.
    Quote Quote  
  5. Hi, mam I hv downloaded hellyes6 zip file added in c drive.?
    Do I need to add binaries (ffmpeg,nm3u8dl,mkvmerge, shakapackger) into Hellyes folder?

    I found python scripts in hellyes6 folder? Do I need install python in pc?
    do I need to add hellyes folder location as path to environment variable?
    Last my question is, which browser is the best for copying curl request?
    Pls clarify my doubts mam
    Quote Quote  
  6. https://forum.videohelp.com/members/301890-A_n_g_e_l_a

    Thanks😊😊

    I successfully converted allhell3gui py script to exe..
    It is working flawlessly.finaally I got keys.wonderful script manq
    Quote Quote  
  7. Thank you for this tool. Any chance for Mac support? Seems like most of it works fine, up until mkvmerge, which uses dynamic libraries on Linux but frameworks on Mac:
    Code:
    15:13:31.424 WARN : dyld[85601]: Library not loaded: 
    @executable_path/libs/libQt5Core.5.dylib
    15:13:31.425 WARN :   Referenced from: <D56DC89A-390F-3D35-A2AF-B0B159E16984> 
    /usr/local/bin/mkvmerge
    15:13:31.426 WARN :   Reason: tried: 
    '/usr/local/opt/qt@5/lib/libQt5Core.5.dylib' (no such file), 
    '/libQt5Core.5.dylib' (no such file), '/usr/local/bin/libs/libQt5Core.5.dylib' 
    (no such file), '/usr/local/lib/libQt5Core.5.dylib' (no such file), 
    '/usr/lib/libQt5Core.5.dylib' (no such file, not in dyld cache)
    15:13:31.426 ERROR: Mux failed
    15:13:31.426 ERROR: Failed
    I installed MalMen's extension, but I think it still depends on having AllHellGui working.
    Quote Quote  
  8. That has nothing to do with AllHellGui. Simply install MKVToolNix and use the bundled mkvmerge:
    Code:
    otool -L /Applications/MKVToolNix-93.0.app/Contents/MacOS/mkvmerge 
    /Applications/MKVToolNix-93.0.app/Contents/MacOS/mkvmerge:
    	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1953.255.0)
    	@executable_path/libs/libQt6Core.6.dylib (compatibility version 6.0.0, current version 6.4.2)
    	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0)
    	/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration (compatibility version 1.0.0, current version 1.0.0)
    	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1300.36.0)
    	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1319.0.0)
    Or use a MacPorts or Homebrew installation.
    Quote Quote  
  9. Originally Posted by Obo View Post
    That has nothing to do with AllHellGui. Simply install MKVToolNix and use the bundled mkvmerge…Or use a MacPorts or Homebrew installation.
    Thanks for your response. I figured as much, but I already have MKVToolNix installed, both the GUI .app as well as via Homebrew (with the path added correctly). (Even tried poking inside the .app and dragging the mkvmrge file to my binaries folder inside the HellYesGui folder.) But I don't have the .dylib files called for, and after troubleshooting with ChatGPT, it told me it was because mkvmerge on Mac is based on frameworks and not dynamic libraries (as it is on Linux). Any idea how I can get those .dylib files? Does AllHellGui work for you on Mac?
    Quote Quote  
  10. ChatGPT is obviously not omniscient: the MacOS-related comment is complete nonsense.

    Yes, AllHellGui works very well on my Mac. AllHellGui doesn't even use mkvmerge directly, mkvmerge is only ever called by delegation to N_m3u8DL-RE and dash-mpd-cli. Thus it only has be available in your PATH. I'd suggest you remove all instances of mkvmerge but one, if you have multiple instances of mkvmerge installed. And check that the instance found in your PATH is working in a terminal.

    If all this doesn't help, try reinstalling/rebuilding mkvmerge (you've probably deleted the Qt5 installation that your binary is depending on - honestly I don't even know why the command line tool mkvmerge is linked against the graphics framework Qt). Using Homebrew is imo the best option.
    Quote Quote  



Similar Threads

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