DmitryScaletta / twitch-dlp

Download regular/sub-only/hidden twitch VODs from start during live broadcast
https://npmjs.com/package/twitch-dlp
15 stars 0 forks source link

[Enhancement] Handle Ctrl+C #2

Closed u2716 closed 4 months ago

u2716 commented 5 months ago

It would be nice if twitch-dlp could handle Ctrl+C like yt-dlp or ytarchive. yt-dlp attempts to merge the already downloaded fragments before terminating. But a better approach in my opinion is how ytarchive does it. You are prompted if you want to merge the downloaded fragments or delete them or keep them (so that you can resume the download afterwards).