From 4b4486881c147ce18df3cddddad73087effa5a71 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 20 Jan 2022 16:33:18 +0530 Subject: [PATCH] extension issue fix --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index b5d3501..b970440 100644 --- a/index.html +++ b/index.html @@ -10371,7 +10371,7 @@

${sections[0].paragraph}

- Read article + Read article @@ -10565,7 +10565,7 @@ const { download_url, name } = article; if (name.slice(-5, name.length).includes('htm') && name.slice(0, -5) !== "index") { allPromises.push(fetch(download_url)); - allArticleNames.push(name.split('.')[0]) + allArticleNames.push(name) } }) const res = await Promise.all(allPromises)