youtube-downloader
youtube-downloader copied to clipboard
Download videos from youtube πΎπ₯
Youtube Downloader
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.
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
- 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
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.