[addon] enables nyaa si/pantsu providers

This commit is contained in:
TheBeastLT
2020-12-01 11:01:17 +01:00
parent b4c217f4e7
commit ea54b86f32
3 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,9 @@ const Providers = [
'1337x',
'ThePirateBay',
'KickassTorrents',
'HorribleSubs'
'HorribleSubs',
'NyaaSi',
'NyaaPantsu'
];
const DefaultProviders = Providers
@@ -24,7 +26,7 @@ function manifest(config = {}) {
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled ` : '';
return {
id: 'com.stremio.torrentio.addon',
version: '0.0.5',
version: '0.0.6',
name: 'Torrentio',
description: 'Provides torrent streams from scraped torrent providers.'
+ ` Currently supports ${enabledProvidersDesc}${mochsDesc}.`

View File

@@ -1,6 +1,6 @@
{
"name": "stremio-torrentio",
"version": "1.0.5",
"version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "stremio-torrentio",
"version": "1.0.5",
"version": "1.0.6",
"main": "addon.js",
"scripts": {
"start": "node index.js"