Support remote files + binary files

This commit is contained in:
hyugogirubato
2023-02-08 19:51:08 +01:00
parent 40cb3759f2
commit f5debc6f56
10 changed files with 119 additions and 1 deletions
+4
View File
@@ -12,3 +12,7 @@ class MissingPageFile(PyCBZHelperException):
class InvalidFilePermission(PyCBZHelperException):
"""Unable to delete existing file."""
class FileNotFound(PyCBZHelperException):
"""The specified source file was not found."""