I need help downloading some free videos from the following site. I was able to get some .m3u8 links
example
https://d1tlsva54vi89q.cloudfront.net/e153154c-5f06-4878-98b9-464006ba4c01/master_Ott_Hls_Ts_Avc_Aac_16x9_1920x1080p_30Hz_850 0Kbps.m3u8
I tried with streamlink, youtube-dl, hlsdl and ffmpeg, sometimes I was able to get the .ts files but since they are encoded with AES-128 the files were not working.
The url that is giving the keys is:
https://chartchampions. com/wp-admin/admin-ajax.php?action=s3bubble_proxy
But apparenty (accoding to info I found somewhere else), the key is not encoded correctly, is a base64 json payload:
{"passphrase":"6081b8b7173c1","ciphertext":"vzgVIA XHBIAtvBHSQr4\/\/uFz5u2spkgnTZK3vUq7GcVhU0CZyHY+UR+bW9Kls+iP","iv": "cd41e12b3e8e48f70afc6dc4d7cc9d04","salt":"437f1f3 79984e135bb1c6d8c4a2c615b"}
Tried to decode that in browser console with a code found in this forum but since the encoding is not correct, the code isn't working.
Also tried using cookies with mentioned methods, but either I'm doing it wrong or cookies are dynamic and that method doesn't work.
The site needs membership but has some free videos available when you make a free account.
Thanks.
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 30 of 34
-
-
-
I like the disclaimer(s) at the bottom of the page;
Over 95% of traders never win and actually lose money.
Trading is risky and there are NO guarantees that you will actually win the trade.
If you follow any setups, you do so at your own risk and take full responsibility of your actions.
Nothing is to be taken as financial advice.
All content is for entertainment and education ONLY.
None of the information communicated in this video is financial advice, we are not financial advisors and this information is for entertainment purposes only. -
use hlsdl
hlsdl -K "1823a968725c94c2cda4827e1e5c545b" https://d1tlsva54vi89q.cloudfront.net/e153154c-5f06-4878-98b9-464006ba4c01/master_Ott_..._8500Kbps.m3u8 -
-
-
sorry, i made a mistake the corect cammand is:
hlsdl -K "1a9625fb34a4afe0d5446138e9543563" https://d1tlsva54vi89q.cloudfront.net/e153154c-5f06-4878-98b9-464006ba4c01/master_Ott_..._8500Kbps.m3u8 -
-
You need find "keys response" for this video
Code:eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
-
-
Whenever I open https://chartchampions.com/wp-admin/admin-ajax.php?action=s3bubble_proxy
I get different base64.
Thus I get different key.
Thus I cannot decrypt. -
Don't open the link directly. Go to any video, F12, look for the ajax.php, get the response string and decrypt that on the console, it works only for that video.
Question, I guess the keys are linked to the account, and the S3bubble logs might have some information, like the keys and IP, that could "say" something like "This account downloaded X or Y videos" ? -
-
when i decode the response string with base64 i get passphrase, ciphertext, iv and salt. looks like that in the first post, but different values. dont know how to get the key in hex format from that. any help?
Last edited by p-d; 11th Jun 2021 at 20:41.
-
Follow this guide and code to get keys
https://forum.videohelp.com/threads/401472-Try-To-Download-This-Video-P#post2616815discord=notaghost9997 -
-
-
-
-
Whenever I try to use the above script to decrypt the key I get an error that CryptJS is not defined. Where do I have to put that CryptJS library so that Firefox or Chrome can use it in the console?
-
Of course, o. I misspelled above, but not while trying to decrypt, because there I used copy & paste. The question again: How to reference? Do I have to install the library in some way?
Similar Threads
-
Downloading AES-128 encrypted m3u8 file
By achy635 in forum Video Streaming DownloadingReplies: 6Last Post: 28th Aug 2019, 23:51 -
Help downloading AES-encrypted HLS video stream
By Woodswolf in forum Video Streaming DownloadingReplies: 26Last Post: 25th May 2019, 14:20 -
Downloading a encryption key for HLS AES 128 stream
By Bibagi in forum Video Streaming DownloadingReplies: 7Last Post: 3rd Apr 2019, 12:57 -
Help me with AES encrypted HLS downloading ?
By shraman in forum Video Streaming DownloadingReplies: 0Last Post: 30th Jul 2018, 06:54 -
Help downloading AES-encrypted HLS video stream
By vidder in forum Video Streaming DownloadingReplies: 3Last Post: 4th Jul 2018, 17:24