metube
metube copied to clipboard
Partial Downloads
It would be nice if cancelling a download offered an option to either keep the partial, or delete the file. When selecting to keep the partial, MeTube should send the underlying youtube-dl a SIGINT instead of a full kill - this will cause youtube-dl to finalize the mp4 file and make it playable (instead of leaving it as an unplayable .part file).
I guess an environment variable can be added to enable such behavior. Feel free to submit a PR!