Skip to content

lucianogrippa/you-download

Repository files navigation

You Download

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.

program interface

Install

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.git

Enter in cloned folder:

$ cd you-download

Before call npn install you need to install globally electron and electron-builder packages.

$ npm install -g electron
$ npm install -g electron-builder

After that you can call command:

$ npm install

For 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 start

starting without debugging mode:

$ npm run start:prod

to build packages:

$ npm run pack

to 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

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

GUI interface that uses ffmpeg and youtube-dl application for extract audio tracks from youtube video url.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors