VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Hello VideoHelp forumeur,

    I am noob and i try everything to download video from this "elearning" website and i can't .
    YT dlp, many software and addons
    IDM to name just one

    https://learn.lionsroar.com/courses/the-women-of-wisdom-summit/lectures/52750781

    if you have suggestion i take it .

    Thanks in advance
    Quote Quote  
  2. Code:
     yt-dlp --add-header 'Referer:https://player.hotmart.com' 'https://vod-akm.play.hotmart.com/video/aZ86o98Xqp/hls/master-t-1710946732001.m3u8?hdnts=st=1711218350~exp=1711218850~hmac=9663935268d43586fd7c31e10c56f5826ecb497b5c1a33fae9c2d7ec6ae331db&app=aa2d356b-e2f0-45e8-9725-e0efc7b5d29c'
    Quote Quote  
  3. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    The next command was inspired by @Obo's solution. Because the master m3u8 has query parameters that can expire, you need to grab a fresh one, so this automates that process.

    Bash shell only (no cmd / no powershell)
    Code:
    curl -s https://learn.lionsroar.com/courses/the-women-of-wisdom-summit/lectures/52750781 \
    | grep -oP 'data-attachment-id="\K[^"]+' \
    | xargs -I {} curl -s "https://learn.lionsroar.com/api/v2/hotmart/private_video?attachment_id={}" \
    | grep -oP '("video_id"|"signature"|"teachable_application_key"):"\K[^"]+' \
    | xargs -n 3 sh -c 'curl -s "https://player.hotmart.com/embed/$1?signature=$3&token=$2"' sh \
    | grep -oP '"url":"\K[^"]+' \
    | perl -pe 's/\\u([0-9a-fA-F]{4})/chr(hex($1))/eg' \
    | xargs -I {} yt-dlp.exe --add-header "Referer:https://player.hotmart.com" {}
    Output:
    Image
    [Attachment 77883 - Click to enlarge]


    Image
    [Attachment 77884 - Click to enlarge]


    I tested for other 3 random videos from that page, and it works as well.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  4. Member
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Thanks for replie all
    i love you <3
    Quote Quote  



Similar Threads

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