youtube-downloader

Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs
git clone https://codeberg.org/night0721/youtube-downloader
Log | Files | Refs | README | LICENSE

commit 28156796342d5ce6089e7eadd74c565b6f5f4f24
parent f847cb8d8d8ea8c8136cd661fd2ebd1f952a0222
Author: NK <[email protected]>
Date:   Thu, 27 Apr 2023 18:29:13 +0100

icon

Diffstat:
Dpublic/icon.png | 0
Msrc/pages/index.tsx | 6+++++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/icon.png b/public/icon.png Binary files differ. diff --git a/src/pages/index.tsx b/src/pages/index.tsx @@ -64,7 +64,11 @@ export default function Home() { <div> <Head> <title>Youtube Downlaoder</title> - <link rel="icon" href="/icon.png" /> + <link + rel="shortcut icon" + href="https://www.youtube.com/s/desktop/066935b0/img/favicon.ico" + type="image/x-icon" + /> </Head> <div className="py-12 w-full h-screen">