Open
Description
Provide environment information
Linux based development, packaged in a windows environment on github with pyinstaller.
Python version: 3.10.12
gdown: 5.2.0
What OS are you using?
Windows 10, Ubuntu 22.04 for development
Describe the Bug
Upong calling gdown.download(id=id, output=self.download_folder)
the download starts, but suddenly runs into an error:
File "gdown\download.py", line 381, in download
File "shutil.py", line 814, in move
shutil.Error: Destination path '.../zmp_wn3x.part' already exists.
I tried it multiple times, works on linux, runs into the same error with different part file names. Files have been removed between tries.
Expected Behavior
Content gets downloaded without part file clash.
To Reproduce
I called the above mentioned from a onefile exe, other than that, the single call is minimally reproducible on my system.