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)
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by swappyison; 19th Aug 2023 at 11: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 downloading
By Marsha0xGriffith in forum Video Streaming DownloadingReplies: 263Last Post: 15th Nov 2024, 12:15 -
Help Downloading video
By gilbertati in forum Video Streaming DownloadingReplies: 4Last Post: 27th Mar 2021, 15:39 -
Can someone help me downloading this video.
By Fool88 in forum Video Streaming DownloadingReplies: 1Last Post: 23rd Jan 2021, 06:25 -
Help downloading a video
By mainblue01 in forum Video Streaming DownloadingReplies: 2Last Post: 1st Aug 2019, 16:15 -
downloading subtitles that are not part of video and are overlayed on video
By 3dsmaxed in forum Newbie / General discussionsReplies: 1Last Post: 7th May 2019, 02:41