Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

akhil-rana/YT-Downloader-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoutubeDL-Backend

A nodeJS utility for downloading youtube videos using ytdl-core and fluent-ffmpeg with the following features:

  • Chunk files download by spliting the files into multiples parts all on the server hence bypassing Youtube's locked download speeds which "sucks" for devs.
  • Allowing all the formats/codecs available for doowload with any audio customisation.
  • Audio and Video are combined on the server using ffmpeg (required to be installed on the machine).

To start server:

  • npm install
  • npm start or node server.js

Requirements

This can be used with the Frontend

Try the hosted version here (Please don't abuse)

About

nodeJS utility for dowloading youtube videos using ytdl-core and fluent-ffmpeg with support for splitting and downloading chunk files from youtube for more speed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published