Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.64 KB

README.md

File metadata and controls

63 lines (47 loc) · 2.64 KB

Youtube Downloader

GitHub language count GitHub top language Release Downloads GitHub last commit GitHub stars

Youtube Downloader is an electron based application that let's you easily browse and download youtube videos in any format of your choice. Search by keyword if you're trying to find a video or by URL if already know the specific video you're looking for. Download only the audio if desired.

Gitline

Download

Features

Feature Status
Download video
Download playlist
Download audio
Split audio into separated tracks
Choose format
Choose download path

splitting audio into tracks is made based on silence analysis.

Contributing

  1. Fork it (https://github.com/mpirescarvalho/youtube-downloader/fork)
  2. Create your feature branch (git checkout -b feature/awesome)
  3. Commit your changes (git commit -am 'Add awesome feature')
  4. Push to the branch (git push origin feature/awesome)
  5. Create a new Pull Request

Building

You'll need Node.js installed on your computer in order to build this app.

$ git clone https://github.com/mpirescarvalho/youtube-downloader.git
$ cd youtube-downloader
$ npm install
$ npm run dev

Runs the app in the development mode.

Contact

made by Marcelo Carvalho made by Marcelo Carvalho