miguelcostero / priv

Watch movies for free using torrents

Home Page:https://priv.miguelcostero.com.ve

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Priv

Priv

Watch movies for free using torrents from YTS

Priv is a electron based movie player, it was created with the purpose of develop my skills on using React, Electron, Redux and so on...

The program implements the free API REST from YTS (https://yts.am/api) and the webtorrent library in order to play the movies on demand, also Priv downloads subtitles to every movie from YIFY.


Development

To run Priv on a development enviroment, you must clone this repository on your computer, following this instructions (NodeJS is required):

$ git clone https://github.com/miguelcostero/priv
$ cd priv
$ npm run dev

Or if you prefer yarn: yarn dev.

For more development info, Priv was created based on @chentsulin electron react boilerplate.


Production

Since Priv is a electron desktop app, it is necessary to create a package based on the platform (Windows, OS X, Linux) the user wants to run it.

Build for local platform

$ npm run package

Build for all platforms

First, refer to Multi Platform Build for dependencies.

Then

$ npm run package-all

To package Priv with options:

$ npm run package -- --[options]

Copyright

License

GPL-3.0

About

Watch movies for free using torrents

https://priv.miguelcostero.com.ve

License:Other


Languages

Language:JavaScript 82.5%Language:CSS 16.5%Language:HTML 1.0%