hi there,
from this link (only to example) https://biqle.ru/watch/-94705798_456240044
easy to find m3u8 but i've error on download with N_m3u8DL-RE
also with stream detector and code for N_m3u8DL-RE same error
how other data need to download with N_m3u8DL-RE ?
+ Reply to Thread
Results 1 to 10 of 10
-
Last edited by whs912km; 6th Jul 2023 at 03:30.
-
What error are you getting? What link are you trying to download?
You need to provide more info -
simply try yourself !
anyway i have used:
Code:RE "https://psv138-1.crazycloud.ru/videos/-94705798/456240044/360/index.m3u8?extra=01JenVZ2f7PYqh11UMCL1Q&extra_info=1gwq_vcyWfqgDN2CQfklCs6" --header "User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0" --header "Referer: https://dxb.to/"
Code:WARN : Response status code does not indicate success: 404 (Not Found) ERROR : Download first segment failed!
-
The segments can be downloaded separately, as long as you include the payload.
-
yep, download separately can work
and now i've understand the issue: from m3u8 link, have all segments list
[Attachment 72272 - Click to enlarge]
but missing link for each segment ...
now is:
#EXTINF:5.005,
seg-1-v1-a1.ts
need to have:
#EXTINF:5.005,
https://psv138-1.crazycloud.ru/videos/-94705798/456240044/360/seg-1-v1-a1.ts?extra=fWk...71kXKn8BvVLiwJ
so, my method: download m3u8 playlist, and with np++ and regex add all link for each segments
then download with RE from m3u8 link edited, saved on my pc
but if somebody have another more simply method, are welcome! -
try this, more easy:
Code:yt-dlp "https://psv138-1.crazycloud.ru/videos/-94705798/456240044/720?extra=LZMbhUx2pzX29HeGMVvnGw&extra_info=7PS_J1JxpL4n286TDIDs&dl=1" --referer "https://dxb.to/" --external-downloader aria2c -o video.mp4
-
thanks for your tip lomero, but where have you get this link ?? not available from dev tool ...
-
oh yes, you're right
IDM can rip stream on chrome but cannot in FF (i've used a FF browser based in my old tryout)
and yes, your method work great. but not for all link. to example here https://biqle.ru/watch/-211737703_456239074
i can't find any "media" ...
Similar Threads
-
Download how to download this download (m3u8)
By Starxx in forum Video Streaming DownloadingReplies: 34Last Post: 15th Aug 2023, 17:51 -
Download videos from a course app that doesn't allow to download videos?
By solarjunk in forum Video Streaming DownloadingReplies: 2Last Post: 3rd Jun 2023, 06:30 -
A GUI to download bulk download files through their respective M3U8 links
By UNforces885 in forum Video Streaming DownloadingReplies: 4Last Post: 4th May 2023, 14:04 -
Download HLS. error 400 to download keys
By naturalc in forum Video Streaming DownloadingReplies: 28Last Post: 28th Oct 2022, 08:13 -
How to download from zee5 site and download mpd link
By qasem1368 in forum Video Streaming DownloadingReplies: 7Last Post: 25th Nov 2021, 21:28