[addon] add debridlink support, closes #19

This commit is contained in:
TheBeastLT
2021-03-09 12:27:52 +01:00
parent e1e95d1ecf
commit 79f4193792
6 changed files with 207 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "stremio-torrentio",
"version": "1.0.10",
"version": "1.0.11",
"main": "addon.js",
"scripts": {
"start": "node index.js"
@@ -13,6 +13,7 @@
"bottleneck": "^2.19.5",
"cache-manager": "^2.11.1",
"cache-manager-mongodb": "^0.2.2",
"debrid-link-api": "^1.0.0",
"express-rate-limit": "^5.1.1",
"https-proxy-agent": "^5.0.0",
"magnet-uri": "^5.1.7",