Hi, @fent
currently I'm using your lib "ytdl-core".
I saw that you are using miniget for getting HTML and Stream.
Could you add a timeout option for this lib? so I can put it on requestOption on ytdl-core.
The reason is: my infinity loop has stopped because the miniget stopped when the internet connection was bad.
I know that I can handle it by adding a timeout handle in the loop. but that's better if you add timeout opt for this lib
Thanks
Hi, @fent currently I'm using your lib "ytdl-core". I saw that you are using miniget for getting HTML and Stream. Could you add a timeout option for this lib? so I can put it on requestOption on ytdl-core.
The reason is: my infinity loop has stopped because the miniget stopped when the internet connection was bad. I know that I can handle it by adding a timeout handle in the loop. but that's better if you add timeout opt for this lib Thanks