⭐️ Star this project ⭐️
https://youtube-downloader-nextjs-omega.vercel.app/
This is a Next.js project bootstrapped with create-next-app
.
- ✅ Search from any youtube URL
- ✅ Multiple formats and qualities
- ✅ Progress bar while downloading
- ✅ Allow short URLs
First of all, install dependencies:
yarn
# or
npm install
Then, run development server:
yarn dev
# or
npm run dev