shaked6540 / YoutubePlaylistDownloader

A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
Apache License 2.0
1.54k stars 243 forks source link

Enhancement: Automatically Retry Interrupted Downloads on Internet Reconnection #263

Open Harshit28j opened 5 months ago

Harshit28j commented 5 months ago

Whenever the application loses its network connection during a file download, it currently displays an error message with buttons for the user to try reconnecting manually. This not only requires the user to notice the error and take action to restore the connection, but it also causes the download to completely freeze, forcing the user to reopen the application and restart the download from the beginning. The download does not resume from the point where the connection was lost.