VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 2 of 8
FirstFirst 1 2 3 4 ... LastLast
Results 31 to 60 of 237
Thread
  1. Originally Posted by LZAA View Post
    Need access.
    login: senabis647@fanneat.com
    password: zNe34lYk

    Free videos page - nday.club/video/open
    Quote Quote  
  2. Originally Posted by lexaring View Post
    login: senabis647@fanneat.com
    password: zNe34lYk

    Free videos page - nday.club/video/open
    You can paste the response of the mpd in Notepad, save it as bla.mpd, upload to transfer.sh and use n_m3u8-re to download.
    To get the kid:key just check the response of that clearkey?token in the network tab.
    Use base64 to hex to get the kid:key.
    Quote Quote  
  3. Originally Posted by [ss]vegeta View Post
    Originally Posted by lexaring View Post
    login: senabis647@fanneat.com
    password: zNe34lYk

    Free videos page - nday.club/video/open
    You can paste the response of the mpd in Notepad, save it as bla.mpd, upload to transfer.sh and use n_m3u8-re to download.
    To get the kid:key just check the response of that clearkey?token in the network tab.
    Use base64 to hex to get the kid:key.
    Didn't understand every 3d word, sorry. Ok, got it. It's too difficult to download. Too many workarounds.
    Quote Quote  
  4. Originally Posted by lexaring View Post
    Didn't understand every 3d word, sorry.
    You don't have to apologize. Spend a few days reading this sub-forum and you'll get the hang of it.
    Originally Posted by lexaring View Post
    Ok, got it. It's too difficult to download. Too many workarounds.
    Nope, it's not that difficult.

    Just a sec, I'll record you a video and edit this post.
    [edit] it's in the next post of mine.
    Last edited by [ss]vegeta; 15th Oct 2023 at 03:39.
    Quote Quote  
  5. Again, only for interest: Does anybody know why yt-dlp downloads an encrypted video without allow-u? Normally it had to refuse download, hadn't it?
    Quote Quote  
  6. Originally Posted by Quint View Post
    Again, only for interest: Does anybody know why yt-dlp downloads an encrypted video without allow-u? Normally it had to refuse download, hadn't it?
    I think jack_666 said why in the latest of his posts between me and him. Search. Could be the same thing.

    Anyways

    @lexaring
    Here's a video tutorial
    https://drive.google.com/file/d/1SR_4v5893PFx2LlYN7GvBGoIXqg_1sPE/view?usp=sharing
    Here are the tools
    https://drive.google.com/file/d/1Zi_WfZuPNsSjyZ3skLTvMIxBmvyowwxp/view?usp=sharing
    Here are the links
    https://base64.guru/converter/decode/hex
    https://transfer.sh/

    You've been served.
    Quote Quote  
  7. N_m3u8DL-RE work also with mpd from local path, no need to upload

    and it support also Base64 value

    --custom-hls-key <FILE|HEX|BASE64>
    Specify the HLS decryption KEY. It can be a file, HEX or Base64

    so:
    N_m3u8DL-RE "C:\file.mpd" --custom-hls-key <BASE64_value>
    Quote Quote  
  8. Thanks lomero, the fewer steps the better.
    Quote Quote  
  9. Originally Posted by lomero View Post
    N_m3u8DL-RE work also with mpd from local path, no need to upload

    and it support also Base64 value

    --custom-hls-key <FILE|HEX|BASE64>
    Specify the HLS decryption KEY. It can be a file, HEX or Base64

    so:
    N_m3u8DL-RE "C:\file.mpd" --custom-hls-key <BASE64_value>
    Nice to know!
    Quote Quote  
  10. Originally Posted by [ss]vegeta View Post
    Originally Posted by Quint View Post
    Again, only for interest: Does anybody know why yt-dlp downloads an encrypted video without allow-u? Normally it had to refuse download, hadn't it?
    I think jack_666 said why in the latest of his posts between me and him. Search. Could be the same thing.

    Anyways

    @lexaring
    Here's a video tutorial
    https://drive.google.com/file/d/1SR_4v5893PFx2LlYN7GvBGoIXqg_1sPE/view?usp=sharing
    Here are the tools
    https://drive.google.com/file/d/1Zi_WfZuPNsSjyZ3skLTvMIxBmvyowwxp/view?usp=sharing
    Here are the links
    https://base64.guru/converter/decode/hex
    https://transfer.sh/

    You've been served.

    Woooohoooo! Absolutely fantastic! That's the way I needed it to be explained.
    I had some problems with the mpd step though, because of this (https://stackoverflow.com/questions/51687462/firefox-developer-tools-truncates-long-ne...-does-not-show), quickly fixed it but got the mux error right before merging - VCRUNTIME140_1.dll is missing error. After installing Microsoft Visual C++ Redistributable and starting over I finally got the desired result.
    This is mindblowing!

    Thank you all for your time and effort!

    @[ss]vegeta, @LZAA, @Quint


    Thank you VERY MUCH!
    Last edited by lexaring; 13th Dec 2022 at 15:43.
    Quote Quote  
  11. Originally Posted by [ss]vegeta View Post
    Thanks lomero, the fewer steps the better.
    How can I use it in your example? Where should I put it exactly (what to replace) in the example line?

    N_m3u8DL-RE.exe "https://transfer.sh/xxxxx/xxxxx.mpd" --key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -M format=mkv
    Quote Quote  
  12. Originally Posted by lexaring View Post
    How can I use it in your example? Where should I put it exactly (what to replace) in the example line?

    N_m3u8DL-RE.exe "https://transfer.sh/xxxxx/xxxxx.mpd" --key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -M format=mkv
    Well I guess you'll remove the --key xxx line and just replace with --custom-hls-key BASE64_blabla
    Quote Quote  
  13. Originally Posted by [ss]vegeta View Post
    Well I guess you'll remove the --key xxx line and just replace with --custom-hls-key BASE64_blabla
    use --custom-hls-key xxx

    and replace xxx with base_64 value found trough great vegeta video on post#38
    Quote Quote  
  14. Originally Posted by lomero View Post
    Originally Posted by [ss]vegeta View Post
    Well I guess you'll remove the --key xxx line and just replace with --custom-hls-key BASE64_blabla
    use --custom-hls-key xxx

    and replace xxx with base_64 value found trough great vegeta video on post#38
    Originally Posted by [ss]vegeta View Post
    Originally Posted by lexaring View Post
    How can I use it in your example? Where should I put it exactly (what to replace) in the example line?

    N_m3u8DL-RE.exe "https://transfer.sh/xxxxx/xxxxx.mpd" --key xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -M format=mkv
    Well I guess you'll remove the --key xxx line and just replace with --custom-hls-key BASE64_blabla
    Ok. But there are two values in the video (k and kid). Which one should I put there? I guess both, right?
    Like this --custom-hls-key xxxxxKIDxxxxxxxxxxKxxxxx?
    Quote Quote  
  15. Code:
    N_m3u8DL-RE.exe --key 5a43424f6845694b554a49785661773d:6459645a5a67646375326748356a513d yourfile.mpd -M format=mp4
    Quote Quote  
  16. Originally Posted by cedric8528 View Post
    Code:
    N_m3u8DL-RE.exe --key 5a43424f6845694b554a49785661773d:6459645a5a67646375326748356a513d yourfile.mpd -M format=mp4
    Sorry, makes no sense. Where is the "--custom-hls-key" which should save some time by converting the Base64 code locally?
    Or did I miss something?
    Quote Quote  
  17. I give you this command because the other one from Lomero doesn't work for me....

    maybe i miss something
    Quote Quote  
  18. yep cedric. my post#39 it's just an hint
    not tested on this specific site
    maybe for this site need to convert base_64 value and use --key value
    Quote Quote  
  19. Well we missed the obvious, and it's in the name... --custom-HLS-key. This site doesn't use HLS (m3u8). It uses MPEG-DASH (mpd).
    Quote Quote  
  20. Originally Posted by [ss]vegeta View Post
    Well we missed the obvious, and it's in the name... --custom-HLS-key. This site doesn't use HLS (m3u8). It uses MPEG-DASH (mpd).
    Yes, now it makes sense!. Thank you!
    Quote Quote  
  21. This site doesn't use HLS (m3u8). It uses MPEG-DASH (mpd).
    Code:
    https://kinescope.io/309ca5f2-e7c7-4854-93eb-9df4a72e241c/master.m3u8
    Quote Quote  
  22. Originally Posted by karapuz View Post
    Code:
    https://kinescope.io/309ca5f2-e7c7-4854-93eb-9df4a72e241c/master.m3u8
    By default, for me, it serves mpd. I see no m3u8.
    Quote Quote  
  23. Originally Posted by [ss]vegeta View Post
    Originally Posted by Quint View Post
    Again, only for interest: Does anybody know why yt-dlp downloads an encrypted video without allow-u? Normally it had to refuse download, hadn't it?
    I think jack_666 said why in the latest of his posts between me and him. Search. Could be the same thing.

    Anyways

    @lexaring
    Here's a video tutorial
    https://drive.google.com/file/d/1SR_4v5893PFx2LlYN7GvBGoIXqg_1sPE/view?usp=sharing
    Here are the tools
    https://drive.google.com/file/d/1Zi_WfZuPNsSjyZ3skLTvMIxBmvyowwxp/view?usp=sharing
    Here are the links
    https://base64.guru/converter/decode/hex
    https://transfer.sh/

    You've been served.
    @[ss]vegeta
    You are a genius!!! The method really works with downloading videos from kinescope.io !!!
    Thank you so much from Russia!
    Quote Quote  
  24. Originally Posted by Alex_Green View Post
    @[ss]vegeta
    You are a genius!!!
    I ain't no genius. I just spent a lot of covid-19 time on this and I had huge help and hints from awesome people on this forum.
    There are some geniuses here and often hidden (in plain sight).
    Originally Posted by Alex_Green View Post
    Thank you so much from Russia!
    You are welcome.
    Quote Quote  
  25. Hi!
    I do everything according to the instructions.
    After downloading the audio file, I get the following error.
    What could be the problem?
    Image
    [Attachment 68457 - Click to enlarge]

    The list of files after completion looks like this:
    Image
    [Attachment 68458 - Click to enlarge]
    Quote Quote  
  26. Files '.mp4' and '.m4a' are played?
    Quote Quote  
  27. Originally Posted by LZAA View Post
    Files '.mp4' and '.m4a' are played?
    No.
    But this is my mistake.
    There are too many videos on my page - I'm confused about the "clear" responses.
    The instruction works, many thanks to the author!
    Quote Quote  
  28. Member
    Join Date
    Jan 2023
    Location
    Kaliningrad
    Search Comp PM
    Hello. Can someone tell me how to download this video
    example: https://kinescope.io/embed/d2538919-1050-4a2b-851d-285e532472e7
    Quote Quote  



Similar Threads

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