-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
I want to use a different path for part-directory depending on the size of the file. I currently have it set to a directory under /tmp/ for various reasons, but it can cause issues when the file is very large and/or running multiple instances.
Also, please expose temppath to the exec postprocessor, so execs running at event file can use it. I did it myself by adding kwdict["_temppath"] = pathfmt.temppath after line 71 of gallery_dl/postprocessor/exec.py.
Reactions are currently unavailable