selsta / hlsdl

C program to download VoD HLS (.m3u8) files
MIT License
636 stars 158 forks source link

HLSDL doesn't exit on end of playlist #101

Open misterkoko opened 3 years ago

misterkoko commented 3 years ago

Hello!

Is there any chance to make HLSDL exit/close when a stream ends, so it doesn't keep updating the playlist and returning 403 http codes?

If that's currently not an option, is there any chance to add this feature?

I know you can do it with batch / py scripts but I want HLSDL to do it itself

image

After the live stream is offline, it just wants to keep updating the playlist and keeps returning 403 codes because the stream is offline instead of exiting out and ending itself.

Cheers