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.
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.
- Fork it (https://github.com/mpirescarvalho/youtube-downloader/fork)
- Create your feature branch (
git checkout -b feature/awesome
) - Commit your changes (
git commit -am 'Add awesome feature'
) - Push to the branch (
git push origin feature/awesome
) - Create a new Pull Request
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.