VideoHelp Forum
+ Reply to Thread
Results 1 to 14 of 14
Thread
  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?
    Quote Quote  
  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
    Quote Quote  
  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
    Quote Quote  
  4. yah its very difficult to download from learnyst platform
    Quote Quote  
  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..
    Quote Quote  
  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
    Quote Quote  
  7. thanks larley, i made a fork.
    Quote Quote  
  8. wonderful. thank you for this work
    Quote Quote  
  9. Originally Posted by larley View Post
    hey, which cdm is required?? emulator or physical device ?
    Quote Quote  
  10. 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
    Quote Quote  
  11. 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
    https://github.com/DevLARLEY
    Keys from just the License URL: WidevineFetch
    Quote Quote  
  12. 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
    Quote Quote  



Similar Threads

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