Nest-Youtube is a website made using Nest.js to download videos from youtube in a different format. you can host the app in your local machine and every other machine in your local network can use it.
# clone
$ git clone https://github.com/HashashinMaster/nest-youtube.git
# install depenencies
$ npm install
Note: If you are not using windows, you have to reinstall: ffmpeg,ffprobe,ffplay,yt-dlp based on your operating system.
# first compile client js script
$ npx mix
# if u want to compile in watch mode
$ npx mix watch
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod