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);
});