VideoHelp Forum




+ Reply to Thread
Results 1 to 19 of 19
  1. hi guys, from this link (free to watch) https://missav.live/dm31/en/fc2-ppv-1112712
    i get easy m3u8 but it's forbidden to download with N_m3u8DL-RE.
    IDM get and start easy the full video, just i want understand why N_m3u8DL-RE failed
    i've copied all header from Request header tab and added to one bat file:

    Code:
    N_m3u8DL-RE "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/842x480/video.m3u8" ^
      -H "Host: surrit.com" ^
      -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0" ^
      -H "Accept: */*" ^
      -H "Accept-Language: en-US,en;q=0.5" ^
      -H "Accept-Encoding: gzip, deflate, br, zstd" ^
      -H "Origin: https://missav.live" ^
      -H "DNT: 1" ^
      -H "Sec-GPC: 1" ^
      -H "Connection: keep-alive" ^
      -H "Referer: https://missav.live/" ^
      -H "Sec-Fetch-Dest: empty" ^
      -H "Sec-Fetch-Mode: cors" ^
      -H "Sec-Fetch-Site: cross-site" ^
      -H "Priority: u=5" ^
      -H "Pragma: no-cache" ^
      -H "Cache-Control: no-cache" ^
      -H "TE: trailers" ^
      --save-name fc2-ppv-1112712 ^
      --no-log
    but run bat file still forbidden. why ?
    Quote Quote  
  2. The only requirement for missav/surrit now is just the Referer header which they added as requirement few months back.

    Seems like now they have added stricter cloudflare requirements:
    Code:
    curl ^"https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/1280x720/video.m3u8^" ^
    More?   -H ^"accept: */*, application/vnd.t1c.int-637560^" ^
    More?   -H ^"accept-language: en-US,en;q=0.9^" ^
    More?   -H ^"cache-control: no-cache^" ^
    More?   -H ^"origin: https://missav.live^" ^
    More?   -H ^"pragma: no-cache^" ^
    More?   -H ^"priority: u=1, i^" ^
    More?   -H ^"referer: https://missav.live/dm31/en/fc2-ppv-1112712^" ^
    More?   -H ^"sec-ch-ua: ^\^"Not;A=Brand^\^";v=^\^"8^\^", ^\^"Chromium^\^";v=^\^"150^\^", ^\^"Google Chrome^\^";v=^\^"150^\^"^" ^
    More?   -H ^"sec-ch-ua-mobile: ?0^" ^
    More?   -H ^"sec-ch-ua-platform: ^\^"Windows^\^"^" ^
    More?   -H ^"sec-fetch-dest: empty^" ^
    More?   -H ^"sec-fetch-mode: cors^" ^
    More?   -H ^"sec-fetch-site: cross-site^" ^
    More?   -H ^"user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36^"
    <!DOCTYPE html>
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en-US"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en-US"> <![endif]-->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en-US"> <!--<![endif]-->
    <head>
    <title>Attention Required! | Cloudflare</title>
    Quote Quote  
  3. N_m3u8DL-RE -H "Referer: https://missav.live/dm31/en/fc2-ppv-1112712" --auto-select "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8"
    15:20:14.440 INFO : N_m3u8DL-RE (Beta version) 20251228
    15:20:14.458 INFO : Loading URL: https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8
    15:20:14.979 INFO : Content Matched: HTTP Live Streaming
    15:20:14.984 INFO : Parsing streams...
    15:20:14.989 WARN : Master List detected, try parse all streams
    15:20:15.003 WARN : Writing meta json
    15:20:15.015 INFO : Extracted, there are 3 streams, with 3 basic streams, 0 audio streams, 0 subtitle streams
    15:20:15.020 INFO : Vid 1280x720 | 2800 Kbps
    15:20:15.024 INFO : Vid 842x480 | 1400 Kbps
    15:20:15.034 INFO : Vid 640x360 | 800 Kbps
    15:20:15.040 INFO : Parsing streams...
    15:20:15.167 INFO : Selected streams:
    15:20:15.173 INFO : Vid 1280x720 | 2800 Kbps | 844 Segments | ~56m15s
    15:20:15.179 WARN : Writing meta json
    15:20:15.194 INFO : Save Name: playlist_2026-07-23_15-20-14
    15:20:15.205 INFO : Start downloading...Vid 1280x720 | 2800 Kbps
    15:20:15.763 WARN : Reading media info...
    15:20:15.988 INFO : [0x100]: Video, h264 (Main) ([27][0][0][0]), 1280x720, 24
    fps 1280x720 | 2800 Kbps ---------------------- 1/844 0.12% - 0.00Bps 00:07:46 |
    15:20:15.991 INFO : [0x101]: Audio, aac (LC) ([15][0][0][0]), 252 kb/s
    15:20:20.090 WARN : Force Exit...

    Vid 1280x720 | 2800 Kbps ----------- 38/844 32.25MB/716 8.75MBps 00:01:40 /
    4.50% .31MB
    ...
    Quote Quote  
  4. @LZAA
    for me still forbidden. maybe for my IP ??

    @Frieren
    thanks, but why IDM can without problem but forbidden for N_m3u8DL-RE ?
    Quote Quote  
  5. curl ^"https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8^" ^
    More? -H ^"accept: */*^" ^
    More? -H ^"accept-language: uk-UA,uk;q=0.9,en-US;q=0.8,en;q=0.7^" ^
    More? -H ^"cache-control: no-cache^" ^
    More? -H ^"dnt: 1^" ^
    More? -H ^"origin: https://missav.live^" ^
    More? -H ^"pragma: no-cache^" ^
    More? -H ^"priority: u=1, i^" ^
    More? -H ^"referer: https://missav.live/dm31/en/fc2-ppv-1112712^" ^
    More? -H ^"sec-ch-ua: ^\^"Chromium^\^";v=^\^"134^\^", ^\^"Not:A-Brand^\^";v=^\^"24^\^", ^\^"Google Chrome^\^";v=^\^"134^\^"^" ^
    More? -H ^"sec-ch-ua-mobile: ?0^" ^
    More? -H ^"sec-ch-ua-platform: ^\^"Windows^\^"^" ^
    More? -H ^"sec-fetch-dest: empty^" ^
    More? -H ^"sec-fetch-mode: cors^" ^
    More? -H ^"sec-fetch-site: cross-site^" ^
    More? -H ^"sec-gpc: 1^" ^
    More? -H ^"user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36^"
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TOKEN=wgjM1kjYjFmYmhjYiZWMhx3MwkzN1wXN34CN14SOwEjL zEjM

    #EXT-X-STREAM-INF:BANDWIDTH=800000,RESOLUTION=640x360
    640x360/video.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=1400000,RESOLUTION=842x480
    842x480/video.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=2800000,RESOLUTION=1280x720
    1280x720/video.m3u8
    Quote Quote  
  6. Ambassador Of Atmosphere
    Join Date
    Nov 2024
    Location
    Brooklyn, NY
    Search Comp PM
    We all bleed blue from the inside....
    Quote Quote  
  7. LZZA
    as you know win cmd dont allow multilines command. so i've copied your post into bat file, run bat, but i get an infinite loop

    Image
    [Attachment 93170 - Click to enlarge]
    Quote Quote  
  8. Originally Posted by Lupine Assassin View Post
    we are interested to how to with N_m3u8DL-RE not file only. IDM work fine for this purpose. thanks

    weird N_m3u8DL-RE fail with all Request header ....
    Quote Quote  
  9. and then ? i dont have understand how to download ....
    Frieren/LZAA please explain better if you know how to. thanks
    Quote Quote  
  10. curl "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8" -H "referer: https://missav.live/dm31/en/fc2-ppv-1112712" -H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TOKEN=QOyYmMjRWZmVWN1ADNwITY8NDM5cTN8NjMy4CN14SOwE jLzEjM

    #EXT-X-STREAM-INF:BANDWIDTH=800000,RESOLUTION=640x360
    640x360/video.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=1400000,RESOLUTION=842x480
    842x480/video.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=2800000,RESOLUTION=1280x720
    1280x720/video.m3u8
    Quote Quote  
  11. Originally Posted by whs912km View Post
    and then ? i dont have understand how to download ....
    Frieren/LZAA please explain better if you know how to. thanks
    They have stricter cloudflare requirement now. Nothing you can do about it unless u have other residential IP, probably another country's residential IP
    Quote Quote  
  12. @whs912km

    With respect to your image https://forum.videohelp.com/attachment.php?attachmentid=93170
    You have to remove all references to More?
    LZAA pointed this out on his post dated 24th Jul 2026 11:40


    Your challenge lies with Cloudfare and the URL https://surrit.com/
    Try going to site https://surrit.com/ and you will most likely see that you have been blocked.
    Possible solution is to change your IP via your VPN
    Quote Quote  
  13. i have windscribe: with IP USA, france, bruxelles and other country, but always same issue.

    with curl "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8" -H "referer: https://missav.live/dm31/en/fc2-ppv-1112712" -H "user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36"

    i get error

    Image
    [Attachment 93180 - Click to enlarge]


    and same with that (saved as bat file)

    Image
    [Attachment 93181 - Click to enlarge]
    Quote Quote  
  14. Setting user-agent to anything like "1" works to bypass their cloudflare restriction for now:

    Code:
    curl "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8" --referer "https://missav.live/" -A "1"
    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TOKEN=AM5QGN0gzY0E2NjJGNwITY8ZDM1kDfwETMugjMx4yMxIjLwYTM
    
    #EXT-X-STREAM-INF:BANDWIDTH=800000,RESOLUTION=640x360
    640x360/video.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=1400000,RESOLUTION=842x480
    842x480/video.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=2800000,RESOLUTION=1280x720
    1280x720/video.m3u8
    Sooner or later, they will block this bypass.

    You should use IDM.
    Quote Quote  
  15. yt-dlp "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/842x480/video.m3u8" --referer https://missav.live/ --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36" --hls-prefer-native
    Quote Quote  
  16. @ Frieren
    with curl command i get only this. but how to download video 720 or 480 ??

    Image
    [Attachment 93186 - Click to enlarge]



    @LZZA

    here your command

    Image
    [Attachment 93187 - Click to enlarge]
    Quote Quote  
  17. N_m3u8DL-RE -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko" -H "Referer: https://missav.live/" --auto-select "https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8"
    01:52:11.638 INFO : Loading URL: https://surrit.com/064ba881-3bad-4168-82d0-c92d257024e7/playlist.m3u8
    01:52:12.212 INFO : Content Matched: HTTP Live Streaming
    01:52:12.214 INFO : Parsing streams...
    01:52:12.216 WARN : Master List detected, try parse all streams
    01:52:12.219 WARN : Writing meta json
    01:52:12.224 INFO : Extracted, there are 3 streams, with 3 basic streams, 0 audio streams, 0 subtitle streams
    01:52:12.226 INFO : Vid 1280x720 | 2800 Kbps
    01:52:12.229 INFO : Vid 842x480 | 1400 Kbps
    01:52:12.232 INFO : Vid 640x360 | 800 Kbps
    01:52:12.236 INFO : Parsing streams...
    01:52:12.326 INFO : Selected streams:
    01:52:12.333 INFO : Vid 1280x720 | 2800 Kbps | 844 Segments | ~56m15s
    01:52:12.339 WARN : Writing meta json
    01:52:12.358 INFO : Save Name: playlist_2026-07-27_01-52-12
    01:52:12.369 INFO : Start downloading...Vid 1280x720 | 2800 Kbps
    01:52:12.922 WARN : Reading media info...
    01:52:13.208 INFO : [0x100]: Video, h264 (Main) ([27][0][0][0]), 1280x720, 24
    fps 1280x720 | 2800 Kbps --------------------- 1/844 0.12% - 1.57MBps 00:07:41 |
    01:52:13.212 INFO : [0x101]: Audio, aac (LC) ([15][0][0][0]), 252 kb/s

    Vid 1280x720 | 2800 Kbps ----------- 69/844 47.69MB/600 6.77MBps 00:01:27 |
    8.18% .78MB
    ...
    Quote Quote  
  18. dear LZAA as you can see from my first post also my bat file is same as your last command here above
    N_m3u8DL-RE - User-Agent - Referer - m3u8

    but again, for me is forbidden 403. if work for you but no for me (i've tried to run your command above) the only variable is the IP
    but again, tried with multi VPN and country, for me still forbidden.

    shit, this stupid site it's driving me crazy! and just for fun, because IDM work fine (also dont really need this useless video, just to understand the issue)
    Quote Quote  
  19. cloudflare issue. just some browser extension (IDM) allow the rip of video stream with necessary data. no other external tool like yt-dlp or N_m3u8DL-RE could simulate the same request that the browser makes this for cloudflare protections.
    so isn't possible use external tools, or also python fails the request. really i don't know how LZAA did download with yt-dlp or N_m3u8DL-RE or curl but probably he is in a free country that cloudflare it does not protect and he does not need a VPN but all the other VPN's are recognized and blocked.
    your only alternative (if you don't want to download with IDM) is the download from the site that shares a rapidshare link and generate a Premium link with some debrid web service to get a quick link to download
    Quote Quote  



Similar Threads

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