VideoHelp Forum
+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 36
Thread
  1. Can anyone please help me.

    I'm trying to download this video from https://hls2.videos.sproutvideo.com

    I have the index.m3u8 and 2160.m3u8

    Do I need both or just one of them and what do I do after that?

    I'm clueless, I'd greatly appreciate your help!

    (P.S I use a Mac)

    Thank you
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by fa19 View Post
    I'm trying to download this video from https://hls2.videos.sproutvideo.com
    Link to video?
    MissingKeyMissing Key-Pair-Id query parameter or cookie value
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Link to which one?

    The index.m3u8 or 2160.m3u8?
    Quote Quote  
  4. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    I meant access to the original video URL from where you pulled those files. But for now, you can upload both m3u8 as txt files (change their extension from .m3u8 to .txt). I wanna take a look at their content. Also you could post the original URL from those files as well.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  5. i've attached the two files.

    Thanks!
    Image Attached Files
    Last edited by fa19; 2nd Aug 2024 at 04:07.
    Quote Quote  
  6. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Code:
    #EXT-X-KEY:METHOD=AES-128,URI="2160.key",IV=0xf1f09b7afe811e532216c98c234fd72c
    This looks like HLS-AES 128. Assuming the key from the 2160.key file is 16 bytes in size and is the real one, you could use N_m3u8 on the index.m3u8 link directly.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  7. Using N_m3u8DL-CLI_v3.0.2_with_ffmpeg_and_SimpleG

    And using just the index.m3u8 link and pressing go. It didn't work.
    Image Attached Thumbnails Click image for larger version

Name:	New.png
Views:	49
Size:	436.4 KB
ID:	77738  

    Quote Quote  
  8. I've also found the key for 2160.m3u8 which is 16 bytes in size but when I place them and press go. I get error's.
    Image Attached Thumbnails Click image for larger version

Name:	1.png
Views:	41
Size:	1.35 MB
ID:	77739  

    Click image for larger version

Name:	2.png
Views:	52
Size:	219.4 KB
ID:	77740  

    Quote Quote  
  9. Heres the 2160.key in .txt
    Image Attached Files
    Quote Quote  
  10. Here's the URL for 2160.m3u8:
    Last edited by fa19; 2nd Aug 2024 at 04:08.
    Quote Quote  
  11. Sorry what do you mean by URL? i just sent you the URL?
    Quote Quote  
  12. Already written.
    Quote Quote  
  13. I'm confused, what?
    Last edited by fa19; 16th Mar 2024 at 14:51.
    Quote Quote  
  14. What am I doing wrong? why isn't this working?
    Quote Quote  
  15. Originally Posted by fa19 View Post
    What am I doing wrong? why isn't this working?
    Because you only have 1 triple post and 1 double post in the first page of this thread.
    You will need to have 2 double posts or 3 triple posts.
    And no, a triple post doesn't count also as a double post, nor it can be a double post by excluding one post.
    Quote Quote  
  16. Originally Posted by [ss]vegeta View Post
    Originally Posted by fa19 View Post
    What am I doing wrong? why isn't this working?
    Because you only have 1 triple post and 1 double post in the first page of this thread.
    You will need to have 2 double posts or 3 triple posts.
    And no, a triple post doesn't count also as a double post, nor it can be a double post by excluding one post.
    What?
    Quote Quote  
  17. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Have you figured it out yet or not? If not, then go to your video and play it. Open network requests and obtain:
    1. the 2160 key file (16 bytes in size) - doesn't matter if you already uploaded it, I want a fresh new one to check if the key changed
    2. the first 5 ts fragments - 2160_00000.ts, 2160_00001.ts, 2160_00002.ts, 2160_00003.ts, 2160_00004.ts (use a site like https://www.transfernow.net and upload them in a zip archive)

    The point of this is to check if the key changes because of a rotation mechanism and to also check if that key is the real one. Also, I would like the original URL of a random ts fragment (not the m3u8 but ts) as well. I know that you already uploaded the first 5 fragments but I need a URL to understand the structure and also what other additional query parameters may be there to authenticate you.
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 17th Mar 2024 at 01:03.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  18. Okay here's everything you've asked for: https://wetransfer.com/downloads/3d4dfe3094f38a3a54b4e47f628e34f120240317180336/5689a2

    Thank you for your help, I appreciate it!
    Quote Quote  
  19. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by fa19 View Post
    Okay here's everything you've asked for
    Good news. The key is constant and the m3u8 only has one.

    Bad news. That's not the real one.

    You will need to get the real key from the 2160.key that you found by looking through the JS code of the page. If you have no idea what to look for, find a user you can trust and give access to your account and the original video URL. The one deleted that was linking to a course video where you needed login credentials. The m3u8 links aren't video URLs. A m3u8 is simply a pointer that points somewhere to a video, but it's not the video itself (don't confuse the notions, think of it like exe files and lnk shortcut files).
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  20. OMG How did you do that?

    Please teach me! LZAA
    Quote Quote  
  21. What program or script did you use?

    Please share how you were able to do this.

    Thank you!
    Last edited by fa19; 17th Mar 2024 at 16:42.
    Quote Quote  
  22. Please can someone show me how LZAA was able to do it?

    Many thanks!
    Quote Quote  
  23. Preventing a quadruple post.
    Quote Quote  
  24. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Hmm. Seems I was mistaken about the validity of the 2160.key. Apparently you can't rely simply on VLC to test it. Good to know. Luckily N_m3u8 is good for this and that key is the real one. Assuming you didn't give @LZAA the login credentials, then he must have done it through some URL editing. I'm gonna need a fresh fragment ts URL for the 0 index and the 100 index, so 2 fragment ts URLs.

    Originally Posted by [ss]vegeta View Post
    Preventing a quadruple post.
    lmao
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  25. Yes without login credentials. LZAA is a wizard!

    Here they are as requested but the last ts is 96 not 100.



    Thanks again for your help!
    Last edited by fa19; 2nd Aug 2024 at 04:09.
    Quote Quote  
  26. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by fa19 View Post
    Here they are as requested but the last ts is 96 not 100.
    Are you sure? Because when I try to access
    https://hls2.videos.sproutvideo.com/d5d2a4b57e6ee9857983f5beeae0e292/3a1976b46375b9ae6...a-9105547361a8

    It says access denied. Not "resource not found 404". Is the actual video in the web page around 16 minutes?
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  27. Yes 16 minutes and 8 seconds and 97.ts doesn't exist as it only goes up to 96.ts as I mentioned earlier.
    Quote Quote  



Similar Threads

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