I want to download https://www.jff.jpf.go.jp/movie/takano-tofu/, but I don't know the KID:KEY to give to mp4decrypt. Could you tell me how to find it?
This site requires membership registration, but it is free.
What I have done
- I am using Edge on Windows 11.
- I am using https://github.com/vinefeeder/HellYes to get the KID:KEY.
- Executed N_m3u8DL-RE https://www.jff.jpf.go.jp/jff-vod/_definst_/smil:grin:-bIPelz9z8G/Spring-at-Takano-Tof...l/manifest.mpd.
Downloaded video "1280x720" and audio "p0aa0br96000".
The following is displayed in the log.
Code:PSSH(WV): EhAi/jV6QYz05sSdRDY2pAEBGgVlemRybUjj3JWbBg== KID: 22fe357a418cf4e6c49d443636a40101Thank you.
- I don't know how to find the license URL. Even after filtering the DevTool-network log with "method:POST", there were no URLs that could be used with HellYes.
+ Reply to Thread
Results 1 to 23 of 23
-
-
WidevineProxy2 works for your site
[Attachment 88157 - Click to enlarge]
your key.
Code:--key 22fe357a418cf4e6c49d443636a40101:2ef33c172e1cfe967c716a210c6475a6
Code:N_m3u8DL-RE "https://www.jff.jpf.go.jp/jff-vod/_definst_/smil:D-bIPelz9z8G/Spring-at-Takano-Tofu-Shop.smil/manifest.mpd" --key 22fe357a418cf4e6c49d443636a40101:2ef33c1172e1cfe967c716a210c6475a6 -M format=mkv
-
maybe widevine proxy2 more suit for you.
if you still want to find the license url, you can try to filter lic or cenc or wv
never download from this site, but i remember the license url should similar with fod and hulu jp.
like this:
Code:https://cenc.webstream.ne.jp/drmapi/wv/xxxxxxxxxxxxxxxxxxxxxxxxxxxx
-
@cedric8528
I was able to get the code working. Thank you!
I was also trying Edge+WidevineProxy2, but when I press the play button, playback does not start and nothing is displayed in WidevineProxy2's Keys.
Edge+WidevineProxy2 works on other sites, so I don't think there is anything wrong with the settings, but do you have any advice?
[Attachment 88161 - Click to enlarge]
@shellcmd
I can't find a URL that works with lic or cenc or wv. -
even if the video doesn't start, try several times...it works with Firefox.
your licence
[Attachment 88162 - Click to enlarge] -
@cedric8528
Firefox+WidevineProxy2 now displays WidevineProxy2's Keys. Thank you!
Incidentally, when I entered the cURL (POSIX) license you provided into https://github.com/vinefeeder/HellYes, I got an error (Cannot parse an empty license_message). -
I tried grabbing this with N_m3u8DL-RE, but the copy protection wasn't removed (green screen).
We all bleed blue from the inside.... -
With Vineless it works...
But has anyone been able to capture the subtitles?
Code:-ss all
Last edited by pedrothelion; 13th Aug 2025 at 04:28.
Discord Sei#0555 -
@Lupine Assassin
Code:N_m3u8DL-RE "https://www.jff.jpf.go.jp/jff-vod/_definst_/smil:D-bIPelz9z8G/Spring-at-Takano-Tofu-Shop.smil/manifest.mpd" --key 22fe357a418cf4e6c49d443636a40101:2ef33c172e1cfe967c716a210c6475a6 -M format=mkv
You can find the URL of the subtitles on this site by filtering for “vtt” in your browser's DevTool-network. -
-
Even though I have the key
22fe357a418cf4e6c49d443636a40101:2ef33c1172e1cfe96 7c716a210c6475a6Discord Sei#0555 -
I'm not familiar with Shaka Packager. However, I used the following command:
shaka-packager.exe ^
--enable_raw_key_decryption ^
--keys key_id=2e8aed80a2eb4ffabed7566292eb30a5:key=2ef33c 172e1cfe967c716a210c6475a6 ^
in=TOFU.mp4,stream=video,output=video_decriptato.m p4 ^
in=TOFU.m4a,stream=audio,output=audio_decriptato.m 4a
I0813 13:21:00.159307 8284 demuxer.cc:94] Demuxer::Run() on file 'TOFU.m4a'.
I0813 13:21:00.159421 10808 demuxer.cc:94] Demuxer::Run() on file 'TOFU.mp4'.
I0813 13:21:00.163473 8284 demuxer.cc:160] Initialize Demuxer for file 'TOFU.m4a'.
I0813 13:21:00.166957 10808 demuxer.cc:160] Initialize Demuxer for file 'TOFU.mp4'.
W0813 13:21:00.184113 10808 track_run_iterator.cc:703] Seeing non-zero composition offset 2000. An EditList is probably missing.
W0813 13:21:00.202633 10808 track_run_iterator.cc:707] Adjusting timestamps by -2000. Please file a bug to https://github.com/shaka-project/shaka-packager/issues if you do not think it is right or if you are seeing any problems.
I0813 13:21:08.166168 8284 single_segment_segmenter.cc:111] Update media header (moov) and rewrite the file to 'audio_decriptato.m4a'.
I0813 13:21:09.357323 8284 mp4_muxer.cc:195] MP4 file 'audio_decriptato.m4a' finalized.
I0813 13:23:44.324105 10808 single_segment_segmenter.cc:111] Update media header (moov) and rewrite the file to 'video_decriptato.mp4'.
I0813 13:25:03.885114 10808 mp4_muxer.cc:195] MP4 file 'video_decriptato.mp4' finalized.
Packaging completed successfully.
and the resulting decrypted audio file is corrupted. Is it possible that the key provided by Vineless is wrong?Discord Sei#0555 -
Discord Sei#0555
-
Discord Sei#0555
-
Discord Sei#0555
-
Discord Sei#0555
-
Yes it works now.
This is curious. It appears Vineless provided the key for the 720p version, while its own command downloaded the 1080p version. The 1080p version is likely L1-protected, which would explain the size difference: the downloaded file was over 10 GB, compared to 1.7 GB for the 720p one.Discord Sei#0555 -
@pedrothelion
I don't know how to decrypt L1-protection, so I can't help you.
By the way, could you tell me how to download 1080p videos?
I obtained the N_m3u8DL-RE command using Firefox+Vineless v1.3, but it is the same as the command in #9, and when I execute it, only videos with a resolution of 720p or lower appear, as shown below.
Code:INFO : Extracted, there are 4 streams, with 3 basic streams, 1 audio streams, 0 subtitle streams INFO : Vid *CENC 1280x720 | 2009 Kbps | p0va0br2009000 | 23.976 | avc1.4d4029 | 718 Segments | ~01h59m31s INFO : Vid *CENC 854x480 | 1010 Kbps | p0va0br1010000 | 23.976 | avc1.4d4029 | 718 Segments | ~01h59m31s INFO : Vid *CENC 640x360 | 502 Kbps | p0va0br502000 | 23.976 | avc1.4d4029 | 718 Segments | ~01h59m31s INFO : Aud *CENC p0aa0br96000 | 96 Kbps | mp4a.40.2 | ja | 2CH | 718 Segments | ~01h59m31s
Note that the N_m3u8DL-RE command is not displayed in Edge+Vineless v1.3.
Similar Threads
-
MPD, license, keys seem fine = videos unplayable [watch.jff.jpf.go.jp]
By casuallyme in forum Video Streaming DownloadingReplies: 18Last Post: 1st Jan 2025, 06:25 -
download from https://www.byutv.org/
By Al7777777 in forum Video Streaming DownloadingReplies: 5Last Post: 28th Oct 2024, 22:13 -
How to download video from https://abssy.to (Hydrax)
By phucdemon in forum Video Streaming DownloadingReplies: 2Last Post: 11th May 2024, 03:00 -
Help needed! How can I download films from https://www.iwanttfc.com/
By Persubia in forum Video Streaming DownloadingReplies: 19Last Post: 17th Nov 2023, 22:52 -
Get live video from https://www.coppin.edu/watch
By kukas in forum Video Streaming DownloadingReplies: 7Last Post: 7th Feb 2023, 03:11