VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Jul 2022
    Location
    Freezer Planet
    Search PM
    Hi guyy
    I need to add the following code,
    Code:
     N_m3u8DL-RE "file.txt" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36" -H "Accept: */*" -H "Sec-GPC: 1" -H "Origin: https://omg.com" -H "Referer: https://omg.com/" -M format=mp4
    a part where you order omitt missing Segment m4s, since there are one or three Segments that are missing
    but these small segments do not seem to be important





    Code:
    20:37:53.406 WARN : Reading media info...
    20:37:53.514 INFO : [0x1]: Video, h264 (avc1), 1920x1080
    20:38:08.656 WARN : Response status code does not indicate success: 403 (Forbidden).
    20:38:09.154 WARN : Response status code does not indicate success: 403 (Forbidden).
    20:38:16.673 WARN : Response status code does not indicate success: 403 (Forbidden).
    20:38:16.674 ERROR: Segment count check not pass, total: 719, downloaded: 716.
    20:38:16.677 ERROR: Failed
    Quote Quote  
  2. you can:

    1. add no check segments
    HTML Code:
    --check-segments-count false
    2. retry segment count (better)
    Code:
    --download-retry-count 5
    3. run again your command. RE download only missing segments ad merge final file
    Quote Quote  



Similar Threads

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