Resolves #479
Local files used to be overwritten even if downloads failed.
Solved it by creating a temporary file and renaming it with the original filename after completing the download successfully.
@ahmethakanbesel Thanks for your PR. Could you please link your PR to the issue? (when PR merged it will automatically close the referenced issue) (docs)
Resolves #479 Local files used to be overwritten even if downloads failed. Solved it by creating a temporary file and renaming it with the original filename after completing the download successfully.