erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
549 stars 62 forks source link

Whether you can add the HLS download function, in fact, is also a http download. #212

Open sfanking opened 2 years ago

sfanking commented 2 years ago

Whether you can add the HLS download function, in fact, is also a http download.

erickutcher commented 2 years ago

HLS videos have to be pieced together. It's best to use a program like youtube-dl to download them.

candrapersada commented 2 years ago

what i mean is download online HLS videos from browser using extensions HTTP Downloader.

erickutcher commented 2 years ago

It's not possible to download HLS videos with the extension.

maliayas commented 4 months ago

That's indeed a job for yt-dlp. HLS is complex, for example it has alternative resolutions to select from, or subtitle tracks. Not a simple HTTP download.