Skip to content

youtube video downloader website with diferent format

Notifications You must be signed in to change notification settings

HashashinMaster/nest-youtube

Repository files navigation

Introduction

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.

Installation

# 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.

Running the app

# 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

App demo

image thumb

About

youtube video downloader website with diferent format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published