VideoHelp Forum



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

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



+ Reply to Thread
Page 8 of 8
FirstFirst ... 6 7 8
Results 211 to 225 of 225
  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  
  11. Sorry, but noob me can't get past this error. I tried what you said, but running mkvmerge in Terminal just gives me this error:

    Code:
    dyld[34796]: Library not loaded: /usr/local/opt/qt@5/lib/libQt5Core.5.dylib
      Referenced from: <D56DC89A-390F-3D35-A2AF-B0B159E16984> /usr/local/bin/mkvmerge
      Reason: tried: '/usr/local/opt/qt@5/lib/libQt5Core.5.dylib' (no such file), '/libQt5Core.5.dylib' (no such file), '/usr/local/opt/qt@5/lib/libQt5Core.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/qt@5/lib/libQt5Core.5.dylib' (no such file), '/usr/local/opt/qt@5/lib/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), '/usr/local/opt/qt@5/lib/libQt5Core.5.dylib' (no such file), '/libQt5Core.5.dylib' (no such file), '/usr/local/Cellar/qt@5/5.15.16_2/lib/libQt5Core.5.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/Cellar/qt@5/5.15.16_2/lib/libQt5Core.5.dylib' (no such file), '/usr/local/Cellar/qt@5/5.15.16_2/lib/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)
    zsh: abort      mkvmerge
    MKVToolNix GUI works fine for me, not sure why/how the CLI version is somehow dependency-broken. Homebrew's mkvtoolnix installation doesn't install the necessary dylibs for whatever reason, and same for Homebrew's qt@5 installation. I tried compiling qt-everywhere-src-5.15.2 from source, but that also results in various insurmountable (for me) errors (e.g., "ld: library not found for -lAppKit"). I know it's just the final thing and not an integral part of HellYesGui, but I want it to work from start to finish and I can't seem to get past this. Is there anyplace I can just download the necessary .dylibs and place them in the right folder manually?
    Quote Quote  
  12. Easiest probably is to remove (uninstall) the Homebrew version of mkvmerge/mkvtoolnix and put a symlink from the GUI version into /usr/local/bin; with the drawback that you probably would have to do it again when you upgrade MKVToolNix. Something like this - correct the path to MKVToolNix accordingly:

    Code:
    sudo ln -s /Applications/MKVToolNix-93.0.app/Contents/MacOS/mkvmerge /usr/local/bin
    (If you need sudo depends on if /usr/local/bin is writable for your MacOS user.)
    Quote Quote  
  13. Thanks again for your help. I don't know what exactly fixed it, but I deleted the mkv binaries in /usr/local/bin and then freshly reinstalled mkvtoolnix with Homebrew, and that seemed to do the trick (also updating Xcode and Xcode Command Line Tools to my current OS may have had something to do with it). allhell3gui.py now works from start to finish for me on my Mac!

    A question about MalMen's extension in case you or anyone else can help. I installed the precompiled Firefox extension and tried it on the first three of these sample videos ("Sintel" in the third link). The URLs were detected on the first one and the Download Video button enabled (upon entering a name for the video), but clicking the button yielded the error "Error: No such native application org.hellyes.hellyes". On the second video, the extension did not detect the necessary URLs, and inspecting the Network tab with regexp:widevine|acquire|license|mpd only yielded the mpd and no license, so maybe that's a tougher one to get? Similar situation with the third one. Any tips?

    Final question, mostly just to completely noob-proof this process in my mind: is there a canonical way do to the third step of stepByStep.txt, i.e., "you install software into a folder called binaries and add that folder to your system's PATH (Environment Variable in Windoze)"? I made a folder called binaries inside the HellYesGui folder and ChatGPT somehow managed to guide me to add it to my PATH, but I don't know if it effected a system-wide change, or rather, I don't know the right way to do so (this tutorial for Windows seems straightforward enough; is this one good for Mac?).
    Quote Quote  
  14. Regarding PATH: yes, the one you linked probably contains everything you need to know.
    Quote Quote  



Similar Threads

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