LCP support

This commit is contained in:
NoDRM
2021-11-17 21:53:24 +01:00
parent 05e0d0bedb
commit a44b50d1d8
16 changed files with 218 additions and 55 deletions

View File

@@ -30,7 +30,7 @@ def removeHTMLwatermarks(object, path_to_ebook):
modded_contents = []
for file in namelist:
if not (file.endswith('.html') or file.endswith('.xhtml')):
if not (file.endswith('.html') or file.endswith('.xhtml') or file.endswith('.xml')):
continue
try: