youtube-dl-rs icon indicating copy to clipboard operation
youtube-dl-rs copied to clipboard

Return ProcessResult back to user after download

Open WestXu opened this issue 7 months ago • 0 comments

download_to returns Ok(()) even when the download actually failed (!exit_code.success()). I'm not sure the reason behind this so left it intact. But for easier debugging for users, I changed it to return the ProcessResult so users can decide what to do with them.

WestXu avatar Jul 11 '24 03:07 WestXu