Hello friends, I have a video from some site. It's wingfox or yihuu
I already found other threads with the same question. But they could not find the m3u8 file and links to keys and tokens.
The video is protected, but I found a way to download and found the keys.
I don't understand how to use the key to decrypt the video.
Other guides and posts on the forum didn't help me.
In the developer settings, I found a link to m3u8
Yt-dlp doesn't download from the link, but if you open the link in the browser, the m3u8 file is downloaded.Code:https://hls.videocc.net/9215d65496/b/9215d654966459365cc2efe4bdf0d63b_1.m3u8?pid=1691771572434X1547705&device=desktop
There are many links in the m3u8 file. With this code I can download them separately
Using my own script, I automatically downloaded all 122 files. But the files are not opened, so I need to decrypt them.Code:yt-dlp 'video_link'
I found these links to the keys. This link downloads a file with the same name as the m3u8 file. But with .key the extension
The link stops working over time. I saved the files and uploaded to the cloud. These files are downloaded by clicking on this linkCode:https://hls.videocc.net/playsafe/v1104/9215d65496/b/9215d654966459365cc2efe4bdf0d63b_1.key?token=314bcb28-e810-4565-be46-bab46b580460-s5700
https://mega.nz/folder/GyZBnYyA#GbBTDxD7PjJ5u1uGGhMN4w
And this link leads to the site and there is some kind of key or token. Sorry, I don't understand these things in detail.
What program can decrypt this, please help me. I'm not an engineer, just an amateur. Thanks to everyoneCode:https://www.wingfox.com/polyv/polyv_get_token.php?video_id=159282
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 26 of 26
			
		- 
	Last edited by Paulo02; 11th Aug 2023 at 13:36. 
- 
	Step 1. Install tampermonkey 
 Step 2. Install eme logger on tampermonkey
 Step 3. Install the stream detector
 Step 4. Go to the desire video and right click on inspect
 Step 5. Go to console and filter init data and you will get a pssh string
 Step 6. Go to keysdb.net and under pssh paste it
 Step 7. Go back to the inspect tool and under network filter on express, if nothing comes, refresh the page while staying on the network tab and you should get, click the first one and copy the http url
 Step 8. Go to keysdb.net tab and under licence url paste the url you just copied
 Step 9. Go back to the network tab and under the license url there is header, copy that and put it in keysdb after Headers: User-Agent: and then press send and if you done everything correctly you will get the kid:key to decrypt the video
 Step 10. Go to the stream detector and refresh the video til you get mpd, right click on it and copy the url..
 Step 11. Now you can use the mpd url and the key from keydb to download and decrypt the file..
- 
	ridibunda 
 tad108
 Hey, thank you guys! But I can't find pssh with eme logger
 
 [Attachment 73446 - Click to enlarge]
 Eme logger is installed
 
 Secondly, tad108 keysdb.net the site requires a discord account, but my number is not added to the discord
 The problem is on the discord server, they don't add my number.
- 
	You can use this one without Discord account: 
 
 http://172.106.17.134:8080/
 
 I haven't tried it, but those two have been floating around here for a while
- 
	interesting that everyone gets stuck on this  
 (imagine how long a remote L1 cdm would work?)
- 
	
- 
	Karoolus 
 sk8ordi3
 Thank you guys!
 But what about pssh?
 Tampermonkey and eme logger script are installed
 But there's no mediasessionkey
 
 [Attachment 73448 - Click to enlarge]
 
 I found another instruction and the script works there
 https://forum.videohelp.com/threads/405706-Please-help-me-with-video-downloading/page2#post2675210
 Here is a screenshot from that video
 
 [Attachment 73449 - Click to enlarge]
- 
	I'm sorry, I made a mistake and gave the wrong link to the videoWhat's the video URL ?
 https://forum.videohelp.com/threads/405706-Please-help-me-with-video-downloading/page2#post2675210 - this is wrong link
 
 I saved the video on my pc. But it's not important. The important thing is that the eme logger can't find init data by this steps
 Step 1. Install tampermonkey
 Step 2. Install eme logger on tampermonkey
 Step 3. Install the stream detector
 Step 4. Go to the desire video and right click on inspect
 Step 5. Go to console and filter init data and you will get a pssh string
 Step 6. Go to keysdb.net and under pssh paste it
 Step 7. Go back to the inspect tool and under network filter on express, if nothing comes, refresh the page while staying on the network tab and you should get, click the first one and copy the http url
 Step 8. Go to keysdb.net tab and under licence url paste the url you just copied
 Step 9. Go back to the network tab and under the license url there is header, copy that and put it in keysdb after Headers: User-Agent: and then press send and if you done everything correctly you will get the kid:key to decrypt the video
 Step 10. Go to the stream detector and refresh the video til you get mpd, right click on it and copy the url..
 Step 11. Now you can use the mpd url and the key from keydb to download and decrypt the file..
- 
	
- 
	
- 
	
- 
	Thanks. 
 
 This is what I get from curl converter.
 
 headers = {
 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0',
 'Accept': '*/*',
 'Accept-Language': 'en-US,en;q=0.5',
 # 'Accept-Encoding': 'gzip, deflate, br',
 'DNT': '1',
 'Connection': 'keep-alive',
 # 'Cookie': 'connect.sid=s%3AC7QJoB09cMKj7dtDzAXw7-bhe-u-v4j0.l7vvxUku62hvZYC0L78tuZypXjgG3a3n2lj4aI3KBS8',
 'Sec-Fetch-Dest': 'empty',
 'Sec-Fetch-Mode': 'cors',
 'Sec-Fetch-Site': 'same-origin',
 'Content-Type': 'application/x-www-form-urlencoded',
 }
 
 
 Can I just paste this bolded bit directly into the Header field of keysdb.net ?Last edited by Madison; 21st Nov 2023 at 00:53. 
- 
	
- 
	
- 
	
- 
	
- 
	
- 
	@imvin 
 yeah, MPD , lic[ense] , wide[vine] , cenc .
 Im using N_m3u8DL-RE .
 format > N_m3u8DL-RE -M format=mp4 --key {} "{mdp url}" --save-name [nameyourvideo]
- 
	encode this 😂 
 wrong forum go to https://forum.videohelp.com/forums/11-Video-Conversion
Similar Threads
- 
  Playing DRM protected video using keys.By dark125 in forum Video Streaming DownloadingReplies: 7Last Post: 11th Sep 2024, 12:24
- 
  Downloading DRM protected video and decrypt with a known keyBy fvh78870 in forum Video Streaming DownloadingReplies: 32Last Post: 1st Aug 2023, 08:05
- 
  decrypt video using keys from txt fileBy m0ck in forum Video Streaming DownloadingReplies: 13Last Post: 14th Feb 2023, 11:03
- 
  how to download and decrypt DRM protected video from youtubeBy tania01 in forum Video Streaming DownloadingReplies: 5Last Post: 10th Feb 2023, 16:31
- 
  Download DRM protected video and decrypt it with a drm licence urlBy vikral in forum Video Streaming DownloadingReplies: 9Last Post: 9th Feb 2021, 03:14


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote 
			 
			
 
						 
			 
						