Skip to content

sixIf/YoutubeCutter

Repository files navigation

YoutubeCutter

Youtube Cutter
Youtube Cutter

Youtube Cutter

About

Yet another Youtube downloader made with vue-electron.
The tool's specificity is that you can select only part of the video you want to download, and specify wanted the format (audio / video).

Features

  • Downloading videos as well as mp3
  • Download specific part of the video in mp3 or mp4
  • Download entire channels and playlists
  • Supported Language: English - French
  • 3 downloads at a time

Stack

  • Electron - Cross platform framework for native platforms
  • Vue - UI framework
  • Sass - CSS with superpowers
  • Webpack - A module bundler for JavaScript

How to Install

Head to the release page to get the latest version.

Build locally

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Download ffmpeg.exe

https://ffmpeg.org/download.html
You have to put ffmpeg executable inside ./dist_electron in order to handle sound manipulation.

Contributing

Features and Bugs

Suggestions and contributions are always welcome! Please first discuss changes via issue before submitting a pull request.

Adding missing translations

The list of all English strings can be found in en.ts. If there are translations missing for your language and you'd like to help with the translation, you can add the translated strings to your language's file in src/i18n/translations and submit a PR.

Adding a new language

If the app isn't translated into your language yet and you'd like to help out, you can easily add translations with the following steps:

  1. The translation files can be found in src/i18n/translations. Duplicate the en.ts file as [LANG].ts, where [LANG] is the shortcode of your language.
  2. In the file you just created, replace the English translations with your own.
  3. Import your file in the messages object in src/i18n/i18n.ts.
  4. Add your language shortcode to the localesToFlag array in src/i18n/i18n.ts.
  5. Run the app in your language and make sure that the translations fit into the app (e.g. that they aren't too long for input fields).
  6. Submit a PR. Thanks for your help!

Disclaimer

This program should only be used on non-copyrighted material.