A simple Youtube video/audio downloader built with Node.JS & Next.JS
Note This branch is only for the frontend.
- Copy and paste the Youtube link of your desired audio/video into the search box. Then download the desired format (mp4, mp3, mov & flv) OR
- Search for your desired Youtube video using the search box OR
- Replace
youtube.com
withbackend.ytdl.cf
in your browser to direct download the video
This web app can be both used on mobile and desktops.
*The desktop application is the website in an Electron wrapper to run natively on desktops.
For the macOS .app
click here. Then extract the .zip
.
- Node.js
- Express
- Mong
- MongoDB
- React
- Next.JS
- TypeScript
- axios
- Chakra-UI
- Tailwind CSS
Run: \
yarn install
or npm install
\
Then: \
yarn dev
or npm run dev
\
- This is a fork of bennymeier/youtube-downloader
- The Electron app was built using nativefier