VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 34
Thread
  1. 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.
    Quote Quote  
  2. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    URL & Access?
    Quote Quote  
  3. Originally Posted by naim2007 View Post
    URL & Access?
    https://www.chartchampions.com/modules/beginners/lessons/candlesticks/
    videohelp
    videohelp$$
    Quote Quote  
  4. Thanks. Could you please explain the steps?
    Quote Quote  
  5. Can you advise how you were able to get this video?
    Quote Quote  
  6. Deceased
    Join Date
    Dec 2007
    Search PM
    Originally Posted by radeon View Post
    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.
    It's in a very tiny font, and follows several glowing testimonials that are much more prominent.
    Quote Quote  
  7. Originally Posted by naim2007 View Post
    Nice. How did you get this
    1823a968725c94c2cda4827e1e5c545b
    ?
    Quote Quote  
  8. Originally Posted by [ss]vegeta View Post
    Originally Posted by naim2007 View Post
    Nice. How did you get this
    1823a968725c94c2cda4827e1e5c545b
    ?
    Wondering that too. I'm trying as he said, but I get the error: AES128_CBC_DecryptUpdate failed
    Quote Quote  
  9. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    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
    Quote Quote  
  10. Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    Quote Quote  
  11. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by radeon View Post
    Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    You need find "keys response" for this video

    Code:
    eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
    and view this key in F12 --> console tab

    Quote Quote  
  12. Originally Posted by therain View Post

    You need find "keys response" for this video
    Thanks! I feel very dumb now, had the pieces to figure this out, but I wasn't using correctly the code to find the keys
    Quote Quote  
  13. Originally Posted by therain View Post
    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.
    Quote Quote  
  14. How do you find "keys response" for the video?
    Quote Quote  
  15. Member
    Join Date
    Nov 2015
    Location
    Campuchia - Sapoche
    Search Comp PM
    Originally Posted by vfa1 View Post
    How do you find "keys response" for the video?
    F12 --> Network
    Quote Quote  
  16. Originally Posted by [ss]vegeta View Post
    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" ?
    Quote Quote  
  17. Originally Posted by radeon View Post
    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.
    Oh, thanks, forgot about that.

    Also opened up dev tools after opening the link so ajax didn't show up.
    Quote Quote  
  18. 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.
    Quote Quote  
  19. Originally Posted by p-d View Post
    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?
    Follow this guide and code to get keys
    https://forum.videohelp.com/threads/401472-Try-To-Download-This-Video-P#post2616815
    discord=notaghost9997
    Quote Quote  
  20. Originally Posted by therain View Post
    Originally Posted by radeon View Post
    Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    You need find "keys response" for this video

    Code:
    eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
    and view this key in F12 --> console tab

    How to do it ? you can help me ?
    Quote Quote  
  21. Originally Posted by DANNY14596 View Post
    Originally Posted by therain View Post
    Originally Posted by radeon View Post
    Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    You need find "keys response" for this video

    Code:
    eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
    and view this key in F12 --> console tab

    How to do it ? you can help me ?
    No one will help you. Because you are a scammer
    Quote Quote  
  22. Originally Posted by yang111213 View Post
    Originally Posted by DANNY14596 View Post
    Originally Posted by therain View Post
    Originally Posted by radeon View Post
    Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    You need find "keys response" for this video

    Code:
    eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
    and view this key in F12 --> console tab

    How to do it ? you can help me ?
    No one will help you. Because you are a scammer
    What scammer ?
    I have never cheated anyone, you be careful what you say
    Quote Quote  
  23. Originally Posted by DANNY14596 View Post
    Originally Posted by yang111213 View Post
    Originally Posted by DANNY14596 View Post
    Originally Posted by therain View Post
    Originally Posted by radeon View Post
    Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    You need find "keys response" for this video

    Code:
    eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
    and view this key in F12 --> console tab

    How to do it ? you can help me ?
    No one will help you. Because you are a scammer
    What scammer ?
    I have never cheated anyone, you be careful what you say
    You cheated too much. And I know you had a lot of fake account from github to here.
    Quote Quote  
  24. Originally Posted by yang111213 View Post
    Originally Posted by DANNY14596 View Post
    Originally Posted by yang111213 View Post
    Originally Posted by DANNY14596 View Post
    Originally Posted by therain View Post
    Originally Posted by radeon View Post
    Originally Posted by naim2007 View Post
    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
    How can I find the -K part? It worked for that link, but it seems that for any other I try I need a new -K, I get the error again on other video.
    You need find "keys response" for this video

    Code:
    eyJwYXNzcGhyYXNlIjoiNjBiZWNhNWYzNzY2MiIsImNpcGhlcnRleHQiOiJsWklaelFuT04xZlN4T3ByVW9uNFlrTnNKS2RudkVZSjVpOXAwUytUQmxsMlNjWlhod3BWNld2SkZqMTVqOFhpIiwiaXYiOiIzMjgxYTFiNjFkOWE5NWMyZmNlZTJhYmQxZGRkMDk1NyIsInNhbHQiOiIwZDQ3YmEyZWQ1ZWNkNDYwZTJhNGNmYmU2MGY1NjBlMSJ9
    and view this key in F12 --> console tab

    How to do it ? you can help me ?
    No one will help you. Because you are a scammer
    What scammer ?
    I have never cheated anyone, you be careful what you say
    You cheated too much. And I know you had a lot of fake account from github to here.
    you are wrong, i don't have any account on github.What you said I don't understand what you say
    Quote Quote  
  25. Please be careful with quoting, you are destroying our displays.
    Quote Quote  
  26. 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?
    Quote Quote  
  27. Originally Posted by Quint View Post
    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?
    CryptoJS
    Quote Quote  
  28. 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?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!