Files
gallery-dl/gallery_dl/path.py
Mike Fährmann 105c027411 [path] handle exception when using --rename-to --no-download (#6861)
Catch a possible FileExistsError exception when attempting to create a
new directory during handling of a FileNotFoundError exception.
FileNotFoundError may also occur when the file at self.temppath is
missing because it hasn't been downloaded due to --no-download.
2025-01-20 20:50:31 +01:00

12 KiB