VideoHelp Forum
+ Reply to Thread
Results 1 to 8 of 8
Thread
  1. Im trying to download this video

    Code:
    N_m3u8DL-RE --use-shaka-packager --key 90e1191dbdad48e4b0a677456177ec98:34d950652d04b2dd91342af36848f069 "https://live-ftc-sa-east-2.media.dssott.com/gru1/va01/disneyplus/event/2024/06/29/Alex_Pereira_vs_Jiri_Proc_20240629_1719694418011/ctr-all-complete.m3u8" --live-pipe-mux --live-real-time-merge -H "User-Agent: ExoPlayerDemo/6.9.0 (Linux;Android 10) ExoPlayerLib/2.11.4"


    Video works perfect but when starts to download audio i get this error

    Link

    https://rusticotv.com/embed/eventos/?r=L3N0YXIrLmh0bWw/cj1odHRwcyUzQSUyRiUyRmxpdmUtZnR...1EWTVJbjAlM0Q=
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    What happens if you download just the video, and then only the audio, separately and with some waiting time between commands to avoid triggering 429.

    The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time ("rate limiting").

    A Retry-After header might be included to this response indicating how long to wait before making a new request.
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
    --[----->+<]>.++++++++++++.---.--------.
    [*Have questions about widefrog? You can find all your answers here*]
    Quote Quote  
  3. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    If someone knows how to bypass that :
    Image
    [Attachment 80324 - Click to enlarge]

    I tried user agent spoofing, it doesn't works..
    Quote Quote  
  4. Originally Posted by aqzs View Post
    If someone knows how to bypass that :
    Image
    [Attachment 80324 - Click to enlarge]

    I tried user agent spoofing, it doesn't works..
    its a player and doesnt work after event finished but this mpd and keys are in the code that i put
    Quote Quote  
  5. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    What happens if you download just the video, and then only the audio, separately and with some waiting time between commands to avoid triggering 429.

    The HTTP 429 Too Many Requests response status code indicates the user has sent too many requests in a given amount of time ("rate limiting").

    A Retry-After header might be included to this response indicating how long to wait before making a new request.
    https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429
    There is anyway to download no separately?
    Quote Quote  
  6. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by djflakf1 View Post
    There is anyway to download no separately?
    Yes? When you run the command, don't put any arguments that auto select anything. Select only video track you want, deselect all audio tracks, hit enter. Wait for download, wait 1 min after download, then do it again where you select only the audio track you want and deselect any video tracks. See if it triggers 429 again
    --[----->+<]>.++++++++++++.---.--------.
    [*Have questions about widefrog? You can find all your answers here*]
    Quote Quote  
  7. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Try with those two commands:
    Code:
    N_m3u8DL-RE --key 90e1191dbdad48e4b0a677456177ec98:34d950652d04b2dd91342af36848f069 "https://live-ftc-sa-east-2.media.dssott.com/gru1/va01/disneyplus/event/2024/06/29/Alex_Pereira_vs_Jiri_Proc_20240629_1719694418011/ctr-all-complete.m3u8" -H "User-Agent: ExoPlayerDemo/6.9.0 (Linux;Android 10) ExoPlayerLib/2.11.4"  --live-perform-as-vod --live-real-time-merge -sv best -da all --save-name 'video'
    Code:
    N_m3u8DL-RE --key 90e1191dbdad48e4b0a677456177ec98:34d950652d04b2dd91342af36848f069 "https://live-ftc-sa-east-2.media.dssott.com/gru1/va01/disneyplus/event/2024/06/29/Alex_Pereira_vs_Jiri_Proc_20240629_1719694418011/ctr-all-complete.m3u8" -H "User-Agent: ExoPlayerDemo/6.9.0 (Linux;Android 10) ExoPlayerLib/2.11.4"  --live-perform-as-vod --live-real-time-merge -sa best -dv all --save-name 'audio'
    Merge with thise one:
    Code:
    mkvmerge audio.mp3 video.mp4 -o vid.mkv
    (I couldn't try I'm getting 403)
    Quote Quote  
  8. I had similiar problems with star+, but there, N_m3u8DL_RE cannot do everything like always, don't know why...
    So finally, I do like this, just use N_m3u8DL to download, with no merge and no key to decrypt. (the minimal command)
    and when it's done, use mp4decrypt and your key for video and audio separately.
    at the end, merge.
    Quote Quote  



Similar Threads

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