• Stars
    star
    147
  • Rank 251,347 (Top 5 %)
  • Language
    CSS
  • Created almost 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ’จ Download subtitles in a very fast and simple way

Easysubs

Screenshot

What's this?

Easysubs is an open source app that allows you to download subtitles from OpenSubtitles in a very fast and simple way. I used electron-vue as a starter and Photon for the UI.

Why?

I was using a similar app that recently stopped being free.

Download

Getting Started

$ git clone https://github.com/matiastucci/easysubs
$ cd easysubs
$ yarn # or npm install
$ yarn run dev # or npm run dev

Making a release

$ yarn run build # or npm run build