This commit is contained in:
BasioMeusPuga
2017-11-14 08:38:52 +05:30
parent 76537d1470
commit 1a59653011
7 changed files with 137 additions and 99 deletions

View File

@@ -138,5 +138,10 @@ class ParseEPUB:
except AttributeError:
contents[title] = ''
# The 1th index is a directory that has to be cleaned up if needed
return contents, None
# Special settings that have to be returned with the file
# Referenced in sorter.py
file_settings = {
'temp_dir': None,
'images_only': False}
return contents, file_settings