A web youtube converter for converting videos to mp4, mp3, and other supported formats.
Find a file
2023-10-25 18:31:42 -05:00
static NO MORE FILENAME OPTION! 2023-10-25 18:07:54 -05:00
.dockerignore DOCKER SUPPORT ! 2023-10-25 18:31:42 -05:00
.gitignore OMG ITS FIXED :DDD !!!! 2023-10-18 20:04:42 -05:00
Dockerfile DOCKER SUPPORT ! 2023-10-25 18:31:42 -05:00
index.js NO MORE FILENAME OPTION! 2023-10-25 18:07:54 -05:00
LICENSE Initial commit 2023-05-04 08:14:50 -05:00
package-lock.json DOCKER SUPPORT ! 2023-10-25 18:31:42 -05:00
package.json I always forget 2023-10-23 23:32:16 -05:00
README.md ANOTHER SPELLING MISTAKE >:( 2023-10-25 22:23:59 +00:00

No JS YoutubeConverter

A web youtube downloader & converter for youtube videos with no client-sided javascript.

Dependencies

  • ffmpeg
  • node
  • npm

NodeJS Dependencies

  • fluent-ffmpeg
  • express
  • ytdl-core
  • body-parser

Supported formats

Downloading mp4s & webms will give the fastest download, as they are downloaded directly from youtube. However, if you wish to use a different format, it will automatically convert the video to your preffered format. If there is a format not supported, please open a github issue.

Supported Websites

Currently only supports youtube. No support for other sites is planned.

Installation

  1. Clone the repository
git clone https://github.com/Violets-puragtory/YoutubeConverter
cd YoutubeConverter
  1. Download Dependencies
  1. Download NodeJS Dependencies
npm install

Usage

npm start

Environment Variables

PORT= [Preffered Port] (8080 by default)