When terminating the program (using Ctrl + C) while it's downloading, this error occurs:
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner
self.run()
File "/usr/lib/python3.9/threading.py", line 892, in run
self._target(*self._args, **self._kwargs)
File "/mnt/c/Users/oa_jo/repos/nh-pdf-downloader/__main__.py", line 296, in helper
img_path = dl_handler.save_image(p, path_handler.temp_path)
File "/mnt/c/Users/oa_jo/repos/nh-pdf-downloader/__main__.py", line 74, in save_image
temp_img = open(img_file, 'wb')
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/c/Users/oa_jo/repos/nh-pdf-downloader/hentai/temp/temp-363455/5.png'
When terminating the program (using Ctrl + C) while it's downloading, this error occurs: