Question How to download a HLS "broken" video

carson23

Bathwater Drinker
Mar 12, 2022
101
1,043
1,249
0fya082315al84db03fa9bf467e3.png
I am trying to download a video that jams on at least one ocasion and you need to click ahead 2 or 3 seconds for it to load. This fucks it up with any downloader I use. Is there a way to just download parts of it or any other way around?

Thanks in advance
 

carson23

Bathwater Drinker
Mar 12, 2022
101
1,043
1,249
0fya082315al84db03fa9bf467e3.png
Thanks.

I have that one, but it doesn't work. It was working badly in capture mode as you needed to reload page after bump then click after, but it recorded loads from the start of the video and it would be to much work to cut everything into one.

Isn't there anything that lets you just download say from min 3 to 6?
 
  • peepoShrug
Reactions: Captain Marvel

itbftw

Lurker
Mar 14, 2022
7
1
8
58
0fya082315al84db03fa9bf467e3.png
can't ffmpeg do this with the ignore_err option?

example:

ffmpeg -v error -err_detect ignore_err -stats -protocol_whitelist file,http,https,tcp,tls -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36" -headers "Referer: http://foo.bar/ \r\n" -i "https://foo.bar/video.m3u8" -bsf:a aac_adtstoasc -vcodec copy -c copy ".\outpath\video.mp4"