diff --git a/index.js b/index.js index e7d2403..7a1ab9e 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,7 @@ app.get("/download", async (req, res) => { } else if (fs.existsSync(filePath)) { res.write(`"`) - res.write(downloadHTML.substring(downloadHTML.indexOf("{CONTENT}") + 9), () => { res.end() }) + res.write(downloadHTML.substring(downloadHTML.indexOf("{CONTENT}") + 9) + ``, () => { res.end() }) } else { res.write("

An error has occured!!! We're not exactly sure what the error is, but we cant seem to find the download file. Double check the URL, and if the URL is fine, then file an issue on codeberg.

") } diff --git a/static/index.html b/static/index.html index fd18b09..bb2ca38 100644 --- a/static/index.html +++ b/static/index.html @@ -17,7 +17,7 @@
-
+

Video URL: