mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] enables nyaa si/pantsu providers
This commit is contained in:
@@ -7,7 +7,9 @@ const Providers = [
|
|||||||
'1337x',
|
'1337x',
|
||||||
'ThePirateBay',
|
'ThePirateBay',
|
||||||
'KickassTorrents',
|
'KickassTorrents',
|
||||||
'HorribleSubs'
|
'HorribleSubs',
|
||||||
|
'NyaaSi',
|
||||||
|
'NyaaPantsu'
|
||||||
];
|
];
|
||||||
const DefaultProviders = Providers
|
const DefaultProviders = Providers
|
||||||
|
|
||||||
@@ -24,7 +26,7 @@ function manifest(config = {}) {
|
|||||||
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled ` : '';
|
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled ` : '';
|
||||||
return {
|
return {
|
||||||
id: 'com.stremio.torrentio.addon',
|
id: 'com.stremio.torrentio.addon',
|
||||||
version: '0.0.5',
|
version: '0.0.6',
|
||||||
name: 'Torrentio',
|
name: 'Torrentio',
|
||||||
description: 'Provides torrent streams from scraped torrent providers.'
|
description: 'Provides torrent streams from scraped torrent providers.'
|
||||||
+ ` Currently supports ${enabledProvidersDesc}${mochsDesc}.`
|
+ ` Currently supports ${enabledProvidersDesc}${mochsDesc}.`
|
||||||
|
|||||||
2
addon/package-lock.json
generated
2
addon/package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stremio-torrentio",
|
"name": "stremio-torrentio",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stremio-torrentio",
|
"name": "stremio-torrentio",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"main": "addon.js",
|
"main": "addon.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user