VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



Closed Thread
Results 1 to 23 of 23
  1. https://courses.algocamp.io/learn/home/Full-Stack-Web-Development-Course/section/48779...esson/3022620?

    its a free trial video, so anyone can login with fake email id and watch.

    this video is hosted on learnyst platform

    can anyone help me how to download videos from learnyst platform?

  2. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Does anyone have already seen those "stream.lds".
    Based on that line :
    HTML Code:
    c = l.OS === l.vO.DEVICE_IOS ? "".concat(t).concat(, "/").concat(D, "/sdrm/cbcs/audio_video/stream.m3u8") : l.OS === l.vO.DEVICE_WEB ? "".concat(t).concat(, "/").concat(D, "/sdrm/ctr/audio_video/stream.lds") : "".concat(t).concat(_, "/").concat(D, "/sdrm/ctr/audio_video/stream.mpd");
    iOS devices get m3u8 (maybe fairplay) browsers get stream.lds and the others (I don't know what are the others.. android maybe ?) get stream.mpd.

    The license request is a huge mess with everything base64 encoded with multi auth token and some signature maybe too

    And they tend to temp ban account when afking in the debbuger for too much time

  3. Originally Posted by aqzs View Post
    Does anyone have already seen those "stream.lds".
    Based on that line :
    HTML Code:
    c = l.OS === l.vO.DEVICE_IOS ? "".concat(t).concat(, "/").concat(D, "/sdrm/cbcs/audio_video/stream.m3u8") : l.OS === l.vO.DEVICE_WEB ? "".concat(t).concat(, "/").concat(D, "/sdrm/ctr/audio_video/stream.lds") : "".concat(t).concat(_, "/").concat(D, "/sdrm/ctr/audio_video/stream.mpd");
    iOS devices get m3u8 (maybe fairplay) browsers get stream.lds and the others (I don't know what are the others.. android maybe ?) get stream.mpd.

    The license request is a huge mess with everything base64 encoded with multi auth token and some signature maybe too

    And they tend to temp ban account when afking in the debbuger for too much time
    have you checked this? https://www.youtube.com/watch?v=iannsqeiYkk

  4. yah its very difficult to download from learnyst platform

  5. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Code:
    N_m3u8DL-RE "https://streaming-cdnv6.learnyst.com/v6/schools/152348/795574e30789aca83faa0ced4a2de5cf/a0ea76b978b1cde91391ddd5fb75dd37/a6b2fcda1bef76ac9ba057a9493febf2/un5vb26ca06e2a3d72/ndrm/audio_video/stream.mpd?u=9992402&k=188263&l=3022620&q=0&f=0&t=1&p=1&m=1&Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9zdHJlYW1pbmctY2RudjYubGVhcm55c3QuY29tL3Y2L3NjaG9vbHMvMTUwMTIyLzU5YTg0ODNmMDk2NzEwODY3NjVmN2Q2OTljNGJjY2I3LzAwZTNiMjczOWQwN2RhODkwNTI2M2U1ZDVkYWEwMmMxLzJmZDQ4NGQ3OWZiMTZjOGM4NTI2M2U4MjViNjdmOWNkLyo~dT05OTkyNDAyJms9MTg4MjYzJmw9MzAyMjYyMCZxPTAmZj0wJnQ9MSZwPTEmbT0xIiwiQ29uZGl0aW9uIjp7IkRhdGVMZXNzVGhhbiI6eyJBV1M6RXBvY2hUaW1lIjoxNzE4NzI2NTczfSwiRGF0ZUdyZWF0ZXJUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3MTg2MzY1NzN9LCJJcEFkZHJlc3MiOnsiQVdTOlNvdXJjZUlwIjoiMC4wLjAuMC8wIn19fV19&Signature=F8pRonqgSlmuGqLe1wGCOLiXrI5XrXafsTQjIxcaGzI3vWZhlcZWnwnPEiS5bKaiuUvNNgjcq~BdGxylXtHBBiW124COezIco6pDmkQjV3rM~0Tl7TsW3Px5N4Bu4WWHoFDGoqkjH6IpNfELaafeS2DZYwLjjcy0I0Jr8hDYwcSq1y35djLpqcdMg0QoMxxKT1KbWUPoGQ-qf7B7JeONQRTTiv903i8ZCJDhQzCszqTlDez9MhjvRI2EhWoJgpojsRp4DolsCksp~kdXPqmVGiVvqyiIbeNc1kuHM6DjesIRR0xtuLlRRF68Vnek4O8~K2QvA4e7XD-hu-6KCUBxqg__&Key-Pair-Id=APKAJUVP3A3VHLDL5LAA" -M mkv
    Image
    [Attachment 79938 - Click to enlarge]


    I got trolled..

  6. i have found this github repo using which previously it was possible to download but now thats also not working

    https://github.com/kp7742/LearnystDown

  7. thanks larley, i made a fork.

  8. wonderful. thank you for this work

  9. Originally Posted by larley View Post
    hey, which cdm is required?? emulator or physical device ?

  10. Doesn't matter
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2

  11. Originally Posted by larley View Post

    Hello Im a beginner and I just intalled your application. but i dont know where to get authToken. where to find that one?
    Thank you

  12. Install this: https://cookie-editor.com/ and copy over the token.
    Beware though: I'm pretty sure Learnyst started blocking accounts that download videos (instantly after one video). I'll fix it when I have the time
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2

  13. Originally Posted by larley View Post
    Install this: https://cookie-editor.com/ and copy over the token.
    Beware though: I'm pretty sure Learnyst started blocking accounts that download videos (instantly after one video). I'll fix it when I have the time
    ok i see. thank you for the heads up. ill wait for that one brother

  14. Originally Posted by slayer36 View Post
    Originally Posted by larley View Post
    hey, which cdm is required?? emulator or physical device ?
    Hello, I'm begineer too; how to get the CDM file ( extension *.wvd ) ; I was able to get the mdp file using this tutorial ( https://www.youtube.com/watch?v=iannsqeiYkk ) then stuck.

    Image
    [Attachment 83349 - Click to enlarge]

  15. Member
    Join Date
    Jan 2025
    Location
    India
    Search PM
    Originally Posted by larley View Post
    Hi @larley,

    Thank you for creating this impressive downloader. However, I am experiencing an issue where my account gets suspended after the first download. Below is a thread I created earlier regarding this issue with all the required details:

    https://forum.videohelp.com/threads/417317-Help-Needed-Decrypting-an-Encrypted-MP4-Fil...a-free-website

    Your assistance in resolving this matter would be greatly appreciated.

  16. Originally Posted by larley View Post
    Repo has been deleted. Do you have a new one?

  17. I created a downloader that I wanted to release but once you do something like that people start flooding your inbox asking for access and it never stops. I gave the source code to some guy on discord who now does god knows what with it
    Last edited by larley; 20th Oct 2025 at 17:17.
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2

  18. I found a fork of your repo from here
    https://github.com/shellcmd89/LearnystDownloader
    But, when i run the script with stream.lds url and then give auth token, it just stays like that and nothing happens.

  19. I wouldn't've deleted it if it still worked
    Bypass HMACs, One-time-tokens and Lic.Wrapping: https://github.com/DevLARLEY/WidevineProxy2

  20. Oh okay.

    https://www.youtube.com/watch?v=iannsqeiYkk
    Also, when i got the m3u8/mpd link using the above method, and then refresh the page without clearing network requests, your widevine proxy2 extension spits the command with key reading from the previous m3u8 url.
    But the downloaded video plays only for 7-8 seconds.

    Just letting you know if you're interested in learnyst. Any sort of information would be helpful.

  21. Shivam Roy
    Join Date
    May 2025
    Search PM
    It was working larley but unfortunately, recently they have changed something, getting error 400, as I sent you the screenshot yesterday And believe me Guys, Nobody can help except The King(Larley) but as you know Larley doesn't have this much of time for us, Anyway I hope One day You will connect with me Again Larley, (Hoping) and will resolve, Because I know Only You can Solve this. Please Connect just once.

  22. Shivam Roy
    Join Date
    May 2025
    Search PM
    Originally Posted by larley View Post
    I wouldn't've deleted it if it still worked
    You there?, Kindly Check inbox




Similar Threads

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