aandrew-me / ytDownloader

A modern GUI App for downloading Videos and Audios from hundreds of sites
https://ytdn.netlify.app/
GNU General Public License v3.0
924 stars 85 forks source link

[Feature Request] Kill yt-dlp and ffmpeg processes after canceling download #186

Closed soredake closed 7 months ago

soredake commented 7 months ago

Description If you cancel the download from ytdownloader those process will still be running.

aandrew-me commented 7 months ago

I don't know how that's possible, they can't just run if download is cancelled, because cancelling download automatically terminates the process and I tested it too.

soredake commented 7 months ago

On my machine, 1 or 2 times out of 10 processes are still running after cancelling the download, don't know how to reliably reproduce this.