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 1 of 3
1 2 3 LastLast
Results 1 to 30 of 82
Thread
  1. Trying to download videos from sports.nhk.or.jp, such as this one: https://sports.nhk.or.jp/olympic/highlights/content/5a2db39e-a2f4-4ae6-93f1-2039e35e453d/

    Tried youtube-dl didn't work.

    Somehow I don't think there is a m3u8 file?? but I could be wrong.

    Got close with the fragment url: https://dvr-d-main-tokyo2020-nhk.akamaized.net/dvr/5a2db39e-a2f4-4ae6-93f1-2039e35e453...39e35e453d.ism but that seemed to be the end of it on my end.

    Wondering if anyone having luck with this site?
    Any help would be greatly appreciated. Thanks a lot!
    Quote Quote  
  2. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    "This page cannot be accessed". Even with JP VPN.
    Quote Quote  
  3. There's an mpd alright but it has Widevine encryption, and as we know, nowadays it's hard to get decryption keys.
    Quote Quote  
  4. I'm also stuck with these '-'
    I'm no tech wizard, but looking inside some files I found a xml file with some info...
    For example, for this video https://en.sports.nhk.or.jp/olympic/highlights/content/36c93174-8693-4b7b-9412-20b0c253e6c2/
    could the decryption keys be found inside this xml file Vegeta?
    https://feedpublisher-nhk-tokyo2020.akamaized.net/divamulti/NHK/fe/video/videodata/36c...b0c253e6c2.xml

    In desperate need to download olympics full games
    Quote Quote  
  5. Originally Posted by Namekuseijin View Post
    could the decryption keys be found inside this xml file Vegeta?
    No, they can't be in there.
    Quote Quote  
  6. Originally Posted by Sviests View Post
    "This page cannot be accessed". Even with JP VPN.
    Hmm.. I was able to watch it without VPN I thought it wasn't geoblocked oops.
    Quote Quote  
  7. Originally Posted by Namekuseijin View Post
    I'm also stuck with these '-'
    I'm no tech wizard, but looking inside some files I found a xml file with some info...
    For example, for this video https://en.sports.nhk.or.jp/olympic/highlights/content/36c93174-8693-4b7b-9412-20b0c253e6c2/
    could the decryption keys be found inside this xml file Vegeta?
    https://feedpublisher-nhk-tokyo2020.akamaized.net/divamulti/NHK/fe/video/videodata/36c...b0c253e6c2.xml

    In desperate need to download olympics full games
    Desperate too.
    Have you had any luck with Widevine decryptor or any sort?
    Quote Quote  
  8. set VPN to japan then use yt-dlp to download
    Code:
    yt-dlp --allow-unplayable-formats https://vod-d-main-tokyo2020-nhk.akamaized.net/vod/3fcf654c-8c98-4189-ad98-acd8c3ed88c7/36c9317486934b7b941220b0c253e6c2.ism/ZXhwPTE2MjcyNDc3NzR%2bYWNsPSUyZnZvZCUyZjNmY2Y2NTRjLThjOTgtNDE4OS1hZDk4LWFjZDhjM2VkODhjNyUyZjM2YzkzMTc0ODY5MzRiN2I5NDEyMjBiMGMyNTNlNmMyLmlzbSUyZip%2baG1hYz1mZDhjMjNjZmZmNzdhOTRhODUwNTk5MjU3YzZkM2EwNThkNWE3YThiYzE1NDFhNDBjOGUyZWE0NWZlNDlkN2Rk/manifest(format=mpd-time-csf,filter=norobo,encryption=cenc)
    then use this:
    Code:
    KEY: 462ec1033eab4a08b249a33671561a0c:7deb97961102974cbc4b2ac9d4419b84
    Quote Quote  
  9. Originally Posted by lomero View Post
    set VPN to japan then use yt-dlp to download
    Code:
    yt-dlp --allow-unplayable-formats https://vod-d-main-tokyo2020-nhk.akamaized.net/vod/3fcf654c-8c98-4189-ad98-acd8c3ed88c7/36c9317486934b7b941220b0c253e6c2.ism/ZXhwPTE2MjcyNDc3NzR%2bYWNsPSUyZnZvZCUyZjNmY2Y2NTRjLThjOTgtNDE4OS1hZDk4LWFjZDhjM2VkODhjNyUyZjM2YzkzMTc0ODY5MzRiN2I5NDEyMjBiMGMyNTNlNmMyLmlzbSUyZip%2baG1hYz1mZDhjMjNjZmZmNzdhOTRhODUwNTk5MjU3YzZkM2EwNThkNWE3YThiYzE1NDFhNDBjOGUyZWE0NWZlNDlkN2Rk/manifest(format=mpd-time-csf,filter=norobo,encryption=cenc)
    then use this:
    Code:
    KEY: 462ec1033eab4a08b249a33671561a0c:7deb97961102974cbc4b2ac9d4419b84
    This is amazing lomero thank you! I don't have yt-dlp on my mac yet but I will get it to try.

    Just a follow up q, how did you get the key and will the key work for all the videos hosted on sports.nhk.or.jp or just this specific one? Thanks!
    Quote Quote  
  10. you have mac? no good for for these things...
    and not, key is only for this video. every video have only one key.
    Quote Quote  
  11. Originally Posted by lomero View Post
    you have mac? no good for for these things...
    and not, key is only for this video. every video have only one key.
    Dude right, all those amazing programs only run on windows.
    I guessed so, do you mind sharing how you got the key? Thanks!
    Quote Quote  
  12. How can you find the keys? Is there any guide out there?

    edit: nevermind I saw other threads asking the same question.

    Different question. Is it even possible to download just a segment of a protected video or do you have to download the whole thing and decrypt it first? I use "ffmpeg -ss time -to time" a lot but I guess this wouldn't work with encrypted videos.
    Quote Quote  
  13. is the same. all video or only a part, no change. you need key to decrypt.
    write video link. need to get key.
    Quote Quote  
  14. Code:
    ae8fa90860f645f98aad5663a5c13163:04d414c0e1767b40aa7778200569844b
    Quote Quote  
  15. Code:
    915c7861e1024faa96c21934f8872661:306273730548f148bf713ec823a76bb6
    Quote Quote  
  16. How do you decrypt?

    Tried this but the video is a mess.

    Code:
    mp4decrypt --key 1:ae8fa90860f645f98aad5663a5c13163 --key 2:04d414c0e1767b40aa7778200569844b "manifest.mp4" "decrypted.mp4"
    Quote Quote  
  17. Code:
    mp4decrypt --key ae8fa90860f645f98aad5663a5c13163:04d414c0e1767b40aa7778200569844b manifest.mp4 decrypted.mp4
    Quote Quote  
  18. Originally Posted by dinhientrn View Post
    Code:
    68ed1da0c3654840bddb8efbaa7c3651:e78c8b86760d3d49a52e1b117943358e
    Code:
    af8ffac521314d00b412d176550ea8ba:6366fa756c477a42a75c5e3567927f00
    Quote Quote  
  19. Sweet thank you.

    Does the audio have a different key?

    This is the file
    Code:
    manifest(format=mpd-time-csf,filter=norobo,encryption=cenc) [manifest(format=mpd-time-csf,filter=norobo,encryption=cenc)].f5_A_english_12364230207516901099.m4a
    Quote Quote  
  20. no. same key for audio and video.
    video is decrypted? work? if yes same key for audio
    Quote Quote  
  21. Yes the video works but not the audio.
    Quote Quote  
  22. yes, confirmed: audio not work. wait
    Last edited by lomero; 29th Jul 2021 at 04:48.
    Quote Quote  
  23. https://en.sports.nhk.or.jp/olympic/highlights/content/770f93ba-d393-4e56-937b-72bbe175c7e7/

    Code:
    https://dvr-d-main-tokyo2020-nhk.akamaized.net/dvr/770f93ba-d393-4e56-937b-72bbe175c7e7/770f93ba-d393-4e56-937b-72bbe175c7e7.ism/ZXhwPTE2Mjc1NjE3MDR%2bYWNsPSUyZmR2ciUyZjc3MGY5M2JhLWQzOTMtNGU1Ni05MzdiLTcyYmJlMTc1YzdlNyUyZjc3MGY5M2JhLWQzOTMtNGU1Ni05MzdiLTcyYmJlMTc1YzdlNy5pc20lMmYqfmhtYWM9OGU1OWZlYmU1MmViZjU3N2MwYmVkMzg2NTIwODA1NTc0Mzc5ZDY2Y2Y5Mjk4M2U0NjYyZWEyYjIwMDQwYmU1Mw%3d%3d/manifest(format=mpd-time-csf,filter=norobo,encryption=cenc)
    Quote Quote  
  24. yes i know. i have all.
    wait.
    Quote Quote  
  25. Originally Posted by lomero View Post
    Code:
    915c7861e1024faa96c21934f8872661:306273730548f148bf713ec823a76bb6
    Thank you!
    Quote Quote  
  26. Originally Posted by jgronwall View Post
    Dude right, all those amazing programs only run on windows.
    I am in the same situation, does this help?

    Look for:

    UNIX users (Linux, macOS, BSD) can also install the latest release one of the following ways
    Quote Quote  
  27. What command should I use on yt-dlp to download a specific audio file? Like, using --list-formats shows 3 audio files but only one of them is being downloaded. Tried that -f "all[vcodec=none]" but did not work.
    Quote Quote  



Similar Threads

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