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

ModeNameSize
-rw-r--r--.gitignore37L
-rw-r--r--LICENSE674L
-rw-r--r--README.md27L
-rw-r--r--next.config.js6L
-rw-r--r--package.json26L
-rw-r--r--postcss.config.js6L
-rw-r--r--server/.gitignore3L
-rw-r--r--server/package.json20L
-rw-r--r--server/src/download.ts24L
-rw-r--r--server/src/index.ts17L
-rw-r--r--server/tsconfig.json11L
-rw-r--r--src/pages/_app.tsx7L
-rw-r--r--src/pages/_document.tsx13L
-rw-r--r--src/pages/index.tsx122L
-rw-r--r--src/styles/globals.css3L
-rw-r--r--tailwind.config.js10L
-rw-r--r--tsconfig.json29L