From 5e6dddb8c1d08d3afd17ba05b2faa3391f90dd40 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 27 Oct 2023 00:44:46 -0500 Subject: [PATCH] cneter --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a5d5269..727da4f 100644 --- a/index.js +++ b/index.js @@ -172,7 +172,7 @@ app.get("/watch", async (req, res) => { html = html.replace("{DOWNLOAD_PERCENT}", "0") } } else { - html = html.replace("{CACHE_WARNING}", "This video is fully cached!") + html = html.replace("{CACHE_WARNING}", "

This video is fully cached!

") } var finalThumb = vidInfo.thumbnails[vidInfo.thumbnails.length - 1].url