Coder Social home page Coder Social logo

hashashinmaster / youtube-downloader Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 53.59 MB

A Desktop app built with electron made for downloading youtube videos with a unique features

JavaScript 19.66% CSS 27.23% Pug 0.68% Less 25.49% SCSS 26.55% HTML 0.39%
electron express handbrake html-css-javascript jquery mvc socket-io youtube-downloader ytdl-core

youtube-downloader's Introduction

youtube media downloader

A Desktop app built with electron made for downloading youtube videos with a unique features.

Dowload Weedy app

click here to download the zip file and exract it, once you extract the app you can use it direclty

Notes:

  1. app still in beta version.
  2. github release was so slow and faills every second that's why i used mediafire instead.

Setting up development environment

  1. Prerequisites
    • you need to have node.js installed in your machine
    • also you need to install chromium. check Readme.md for more infos
  2. installing dependencys
    • this project is shared without node_modules folder so you have to install all the the dependencys by your self.
    • to install dependencys:
      1. open your command line
      2. go to your directory where the project located
      3. execute npm install or npm i to install all the dependencys
    • these are the dependencys used in this project and the realtions with each other:
      graph TD;
          tailwindcss-->css;
          autoprefixer-->tailwindcss;
          postcss-->tailwindcss;
          postcss-cli-->tailwindcss;
      
       graph TD;
       electron-squirrel-startup-->electron;
           electron-forge/cli-->electron;
           electron-forge/maker-deb-->electron;
           electron-forge/maker-rpm-->electron;
           electron-forge/maker-squirrel-->electron;
           electron-forge/maker-zip-->electron;
    
      graph TD;
      express-->server;
      handbrake-js-->ytdl-core;
      pug-->express;
      socket.io-->express;
      puppeteer-->express;
      ytdl-core-->express;
    
      graph TD;
      javascript-->client;
      handlebars-->javascript;
      jquery-->javascript;
      socket.io-client-->javascript;
      toastr-->javascript;
      
    
      graph TD;
      raw-loader-->webpack;
      webpack-cli-->webpack;
      
    
  • after installing all the dependencys you are ready to start the application:
    • to start the application run npm start in the same directory

Features

1. multiple formats:

video formats audio formats
MP4 AAC
MKV AC3
AVI DTS
M4V DTS-HD
MOV E-AC3
WMV FLAC
MPEG-1 MP3
MPEG-2 Opus
MPEG-4 TrueHD
H.264 Vorbis
H.265
VP8
VP9
Theora
  • If you are trying to download a playlist you can download all the videos with the same format (by default its mp4):

s3

  • Or you can uncheck the chekbox and choose the format you want to install for every video (by default its mp4):

s5

2. exclude a video from a playlist:

  • If you have a video that you don't want to download with the other videos you can exclude it form the playlist by unchecking the checkbox in bottom right:

s6

3. choose the directory where the videos should locate:

you can choose the directory where you the videos to locate by clicking on choose Directory button.

s7

4. watch the progress of your videos UwU:

when you click on download you are going to direct to another page where you can see the Download progress.

s8

you also get notified when a video is completed

s9

youtube video demo

youtube-downloader's People

Contributors

hashashinmaster avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

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.