mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] enables yts and eztv providers
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
const Providers = [
|
const Providers = [
|
||||||
'ThePirateBay',
|
'YTS',
|
||||||
|
'EZTV',
|
||||||
'RARBG',
|
'RARBG',
|
||||||
'1337x',
|
'1337x',
|
||||||
|
'ThePirateBay',
|
||||||
'KickassTorrents',
|
'KickassTorrents',
|
||||||
'HorribleSubs'
|
'HorribleSubs'
|
||||||
];
|
];
|
||||||
@@ -15,7 +17,7 @@ function manifest({ providers, realdebrid } = {}) {
|
|||||||
const realDebridDesc = realdebrid ? ' and RealDebrid enabled' : '';
|
const realDebridDesc = realdebrid ? ' and RealDebrid enabled' : '';
|
||||||
return {
|
return {
|
||||||
id: 'com.stremio.torrentio.addon',
|
id: 'com.stremio.torrentio.addon',
|
||||||
version: '0.0.2',
|
version: '0.0.3',
|
||||||
name: 'Torrentio',
|
name: 'Torrentio',
|
||||||
description: 'Provides torrent streams from scraped torrent providers.'
|
description: 'Provides torrent streams from scraped torrent providers.'
|
||||||
+ ` Currently supports ${enabledProvidersDesc}${realDebridDesc}.`
|
+ ` Currently supports ${enabledProvidersDesc}${realDebridDesc}.`
|
||||||
|
|||||||
4
addon/package-lock.json
generated
4
addon/package-lock.json
generated
@@ -1599,8 +1599,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"parse-torrent-title": {
|
"parse-torrent-title": {
|
||||||
"version": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60",
|
"version": "git://github.com/TheBeastLT/parse-torrent-title.git#f69da3adba502690dfdef8ab4f1d188f0d6077cb",
|
||||||
"from": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60",
|
"from": "git://github.com/TheBeastLT/parse-torrent-title.git#f69da3adba502690dfdef8ab4f1d188f0d6077cb",
|
||||||
"requires": {
|
"requires": {
|
||||||
"moment": "^2.24.0"
|
"moment": "^2.24.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"named-queue": "^2.2.1",
|
"named-queue": "^2.2.1",
|
||||||
"needle": "^2.2.4",
|
"needle": "^2.2.4",
|
||||||
"magnet-uri": "^5.1.7",
|
"magnet-uri": "^5.1.7",
|
||||||
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#afd4a374276420c13c52df8e3d07ae7699c46b60",
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#f69da3adba502690dfdef8ab4f1d188f0d6077cb",
|
||||||
"pg": "^7.8.2",
|
"pg": "^7.8.2",
|
||||||
"pg-hstore": "^2.3.2",
|
"pg-hstore": "^2.3.2",
|
||||||
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",
|
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",
|
||||||
|
|||||||
Reference in New Issue
Block a user