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.
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.
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.
$ npm run package
First, refer to Multi Platform Build for dependencies.
Then
$ npm run package-all
To package Priv with options:
$ npm run package -- --[options]