video url: https://www.goclasses.in/s/courses/60fdd8530cf2c7989e1f109d/take
endpoint url: https://www.goclasses.in/s/courses/60fdd8530cf2c7989e1f109d/videos/640cb553e4b0ff5627b9a0d9/get
got spayee stream url: https://d2qny97nu4rj64.cloudfront.net/spees/w/o/60e975430cf20278db21ff30/v/640cb553e4b...0d9/index.m3u8
replaced end with k/timestamp and got timestamp file.
then used the script:
for some reason gives me the error:Code:import binascii from Crypto.Cipher import AES with open("timestamp", "rb") as file: data = file.read() apkid = '6376237653362633665636637343233320' def _decrypt_key(data, apkid): tmp1 = data[0:16] tmp2 = data[32:48] dec1 = AES.new(bytes.fromhex(apkid),AES.MODE_ECB) tmp3 = dec1.decrypt(tmp1) dec2 = AES.new(tmp3,AES.MODE_ECB) return dec2.decrypt(tmp2) result = _decrypt_key(data, apkid) hex_result = binascii.hexlify(result) print(hex_result.decode())
raise ValueError("Incorrect AES key length (%d bytes)" % len(key))
ValueError: Incorrect AES key length (17 bytes)
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	Last edited by swappyison; 19th Aug 2023 at 12:25. 
- 
	I haven't tried anything on this, just wanted to hop in and say that you should put code in the CODE tags for easy reading 
- 
	bro i had done the same thing in the post mentioned for aes 128, got the keys too for that site(futurly.com). This one's giving me trouble for some reason. 
- 
	Your "apkid" is probably one char to long (the last char looks like a stray space char, 0x20) 
Similar Threads
- 
  Please help me with video downloadingBy Marsha0xGriffith in forum Video Streaming DownloadingReplies: 269Last Post: 12th Sep 2025, 03:09
- 
  Help Downloading videoBy gilbertati in forum Video Streaming DownloadingReplies: 4Last Post: 27th Mar 2021, 16:39
- 
  Can someone help me downloading this video.By Fool88 in forum Video Streaming DownloadingReplies: 1Last Post: 23rd Jan 2021, 07:25
- 
  Help downloading a videoBy mainblue01 in forum Video Streaming DownloadingReplies: 2Last Post: 1st Aug 2019, 17:15
- 
  downloading subtitles that are not part of video and are overlayed on videoBy 3dsmaxed in forum Newbie / General discussionsReplies: 1Last Post: 7th May 2019, 03:41


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