This project is a GUI interface that uses ffmpeg and youtube-dl application for extract audio tracks from video url. In current release is allowed for source just YouTube videos. This project is intend only for testing and exprimental using.
For install just download the latest release at this link
If you want to compile this project you just need to following these few steps:
Clone repository:
$ git clone https://github.com/lucianogrippa/you-download.gitEnter in cloned folder:
$ cd you-downloadBefore call npn install you need to install globally electron and electron-builder packages.
$ npm install -g electron
$ npm install -g electron-builderAfter that you can call command:
$ npm installFor run project, it is required installing into the system path two applications:
Check the Github project of those applications to install them. The dependencies are required only at compile and debugging time, when we create release it are included.
For start and debug application run:
$ npm run startstarting without debugging mode:
$ npm run start:prodto build packages:
$ npm run packto create distribution packages:
$ npm run dist If it is executed on Linux system, it will produce AppImage and tar portable packages. On Mac OS system will produce dmg and finally on Windows system, exe and MSI packages.
The above commands on Windows system are:
$ npm run start:win$ npm run start:prod:win$ npm run pack:win$ npm run dist:win- Luciano Grippa - contacts - Email
- Social - twitter - @lgrippa75
This project is licensed under the MIT License - see the LICENSE.md file for details
