VideoHelp Forum




+ Reply to Thread
Page 4 of 4
FirstFirst ... 2 3 4
Results 91 to 105 of 105
  1. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by Tom Saurus View Post

    I apologize if I have led people astray. I often forget what I have learned and so Guides are important to me.
    No apologies needed Tom, just so newbies know not to grapple with WKS-KEYS anymore.
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  2. Hello, new to N_m3u8DL-RE, but giving it a try.

    I have an m3u8 url, but I don't see any license urls in the dev tools (Firefox latest).

    This is the command that I used:

    Code:
    N_m3u8DL-RE.exe "https://<myurl>.mp4_chunk.m3u8" --save-name "test" --key <key>
    When I run this, I get
    Response status code does not indicate success: 403 (Forbidden).
    One interesting thing to note is that, the response of the m3u8 file contains this line:

    #EXT-X-KEY:METHOD=AES-128,URI="hls.key"
    And this hls.key can be found in the network tab with a response that looks something like this -
    xxxxxxxxxxxxx== (24 character alphanumberic hash)
    This value of hls.key is what I used as <key> in the N_m3u8-RE command.

    I also tried with the below command, but got the same error -

    N_m3u8DL-RE.exe --use-shaka-packager --custom-hls-method AES_128 --custom-hls-key <key> --s
    ave-name test "<m3u8_url>"
    Any ideas on why I am getting a 403? Thanks in advance!
    Last edited by agsbond; 3rd Nov 2024 at 18:49.
    Quote Quote  
  3. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by agsbond View Post
    Any ideas on why I am getting a 403? Thanks in advance!
    You are probably missing some headers. Use stream detector and copy the m3u8 URL as a N_m3u8DL-RE command. That command has the necessary headers appended automatically. Also you should use --custom-hls-key since it doesn't look like widevine.

    If still not working, can you give the original video URL? Or at least the m3u8 URL?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  4. Originally Posted by iamghost View Post
    add mkvmerge.exe to merge video and audio
    ep01
    Code:
    N_m3u8DL-RE -M format=mkv "m3u8 url" --save-name ep_01
    see video show you how
    https://www.youtube.com/watch?v=KUznKUsQjko
    Unfortunately, the YouTube video is unavailable
    Quote Quote  
  5. Does anyone have the CK from the same link? (changing 966 to 972).
    There are 4 groups.
    Quote Quote  
  6. PSSH:

    AAAAdnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAFYIARIQjP vBc/nVBhwxmMLlppnyiRIQLtuYltLJgHfMMBw5W7NoexIQAyToOigB Hgp+zSbC2m3JhxIQiIUBWZlo/qHr2MV/5LsWeBoAKgAyADgASABQAA==
    Last edited by Babuino; 23rd Nov 2024 at 17:16.
    Quote Quote  
  7. Originally Posted by Babuino View Post
    PSSH:

    AAAAdnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAFYIARIQjP vBc/nVBhwxmMLlppnyiRIQLtuYltLJgHfMMBw5W7NoexIQAyToOigB Hgp+zSbC2m3JhxIQiIUBWZlo/qHr2MV/5LsWeBoAKgAyADgASABQAA==



    Thank you very much
    Babuino
    Quote Quote  
  8. You're welcome! Now it would be great if you could share the 4 groups of clearkeys.
    Quote Quote  
  9. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    I'm just dipping into shaka-packager. Just to be sure I'm doing this right, I went to https://github.com/shaka-project/shaka-packager, downloaded packager-win-x64.exe, moved it to my n_m3u8dl-re folder and renamed it as shaka-packager.exe, and then added --use-shaka-packager to my command... that's it?

    I see no evidence that it is being used. Even the log simply says
    Code:
    EXTRA: shaka-packager => .\N_m3u8DL-RE\shaka-packager.exe
    No other evidence.
    Last edited by doctorm; 29th Nov 2024 at 13:43.
    Quote Quote  
  10. How did you manage to do that, because he unpacks the program in the folder. It is impossible for him to release
    shaka-packager.exe
    Quote Quote  
  11. Yes, but there are specific websites listed on which this software works, so not all of them and it's not cheap.
    Quote Quote  
  12. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by doctorm View Post
    and then added --use-shaka-packager to my command... that's it?
    Yes
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  13. Member
    Join Date
    Sep 2005
    Location
    Darkest Peru
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Originally Posted by doctorm View Post
    and then added --use-shaka-packager to my command... that's it?
    Yes
    Thanks. Seemed right, but I expected to see some notation that it was functioning.
    Quote Quote  
  14. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    If you have doubts, you can rename the shaka exe to something random, and you'll notice that when you use the shaka parameter, you'll get "not found" error.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  15. Hello,

    I bought my first Macbook Air and im trying to install the N_m3u8DL-RE.

    I get this error:

    Code:
    MacBook-Air ~ % tar -xzvf N_m3u8DL-RE_Beta_osx-arm64_20230628.tar.gz -C /usr/local/bin/ --strip-components=1 N_m3u8DL-RE_Beta_osx-arm64/N_m3u8DL-RE
    
    tar: could not chdir to '/usr/local/bin/'
    Quote Quote  



Similar Threads

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