From 459ce1b0a59fff917ba204692ec388680a673e5c Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Mon, 28 Oct 2024 13:08:19 -0500 Subject: [PATCH] add webm extension --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index cbe9a51..fbfc9e6 100644 --- a/script.js +++ b/script.js @@ -21,7 +21,7 @@ document.getElementById('search-button').addEventListener('click', async () => { listItem.innerHTML = ` ${video.title} (${video.views} views) by ${video.author}
- Download + Download `; resultsList.appendChild(listItem); });