** THIS REPOSITORY HAS BEEN MOVED TO sleeyax/stremio-addons **
what happened to the RARBG TorrentAPI addon?
The developer abandoned the project and now the addon is gone from the addons collection. This addon serves as a replacement, and it's completely rewritten from scratch.
(Still thanks to kianjomi for the intial addon though)
- Adds movies & series from RARBG
- Supports UHD/4K streams!
Install from the addon homepage or install from within
the stremio addon manager: Community Addons
> Movies
.
First of all rename/copy the .env.example file to .env cp .env.example .env
, add a token and change the settings to your preferences.
You can generate a new token by running npm run token:gen
. Install the dependencies using npm npm install
.
To start a development server run npm run start:dev
, in production you should use npm run start