Giter Club home page Giter Club logo

dwb-app's Introduction

dwb - HQ Youtube Downloader

preview

Main objective

The main objective of this project was to find a way to download videos from Youtube at their highest quality possible.

Why?

Everytime I looked for a website to download a video or audio files, it didn't work or was full of ads.

So I created this tiny webapp where you and I can download mp3's or mp4's at their highest quality possible.

How does it work

IMPORTANT

Since heroku has a timeout request at 30sec. If the download takes more than that it will break. It works for small video files (around 2/3min), depends on internet connection though. ๐Ÿ˜…

  1. First copy and enter the URL of the desire Youtube video.

  2. Select the format and Click Download.

  3. In this Web app node-ytdl-core will firstly download Youtube videos in mp4 format no matter if its Audio only or Video only.

  4. If the selected output was mp3, FFmpeg will convert that mp4 file into mp3. and then send it to the client.

  5. If the selected output was mp4, FFmpeg will download first their highest quality audio possible and then their highest quality video. Why? because ytdl does not allow downloads highest audio and video at the same time.

  6. And finally FFmpeg will merge them into a single mp4 file and send it to the client.

Run it locally

Make sure to have NodeJS & FFmpeg.

Once you install them, go to /client and /server folders and run

npm install

And finally run on /server folder

npm run dev

It will run client and server concurrently

Tech used

  • HTML, CSS, ChakraUI, JS, ReactJS, Express, NodeJS

Dependencies

client

  • chakra-ui, fortawesome, axios, framer-motion, styled-components, ytdl-core, react-router, formik, framer-motion

server

  • ytdl-core, @ffmpeg-installer/ffmpeg, fluent-ffmpeg, concurrently, cors, nodemon.

Screenshot

Desktop preview

Mobile preview

dwb-app's People

Contributors

dependabot[bot] avatar toyamarodrigo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

aymamma

dwb-app's Issues

Add download progress bar

It would be nice to have a progress bar when downloading a file instead of showing a react-loading balls boucing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.