From 1d295fcafce152ce1231844042336c751df216f6 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Mon, 4 Apr 2022 13:32:21 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20a=20cb7=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/uncompression.utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/uncompression.utils.ts b/utils/uncompression.utils.ts index a6b0ccf..c6a3a67 100644 --- a/utils/uncompression.utils.ts +++ b/utils/uncompression.utils.ts @@ -229,7 +229,6 @@ export const extractComicInfoXMLFromZip = async ( false ); - console.log("ENDHAAA", extractionTargets); // ComicInfoXML detection, parsing and conversion to JSON // Write ComicInfo.xml to disk let comicinfostring = ""; @@ -306,6 +305,7 @@ export const extractFromArchive = async (filePath: string) => { const { extension } = getFileConstituents(filePath); switch (extension) { case ".cbz": + case ".cb7": console.log( "Detected file type is cbz, looking for comicinfo.xml..." );