HashashinMaster / nest-youtube

youtube video downloader website with diferent format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 72.0%Language:Nunjucks 21.0%Language:JavaScript 5.9%Language:SCSS 1.1%