Closed milahu closed 3 years ago
Files are not overwritten, see in make_pdf
:
i = 1
while os.path.isfile(file):
file = f"{title}({i}).pdf"
i += 1
The output file is then title_(1).pdf
for instance
mkay. maybe the archive id would be more useful than 0 1 2 3 .... ?
but with --jpg
the images are overwritten
how does that make sense? on path collision, why overwrite old files?
we could use the unique archive id