mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
add mejortorrent, closes #72
This commit is contained in:
@@ -77,7 +77,12 @@ const Providers = {
|
|||||||
key: 'torrent9',
|
key: 'torrent9',
|
||||||
label: 'Torrent9',
|
label: 'Torrent9',
|
||||||
foreign: '🇫🇷'
|
foreign: '🇫🇷'
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
key: 'mejortorrent',
|
||||||
|
label: 'MejorTorrent',
|
||||||
|
foreign: '🇪🇸'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
const QualityFilter = {
|
const QualityFilter = {
|
||||||
|
|||||||
12
addon/package-lock.json
generated
12
addon/package-lock.json
generated
@@ -20,7 +20,7 @@
|
|||||||
"magnet-uri": "^6.2.0",
|
"magnet-uri": "^6.2.0",
|
||||||
"named-queue": "^2.2.1",
|
"named-queue": "^2.2.1",
|
||||||
"offcloud-api": "^1.0.0",
|
"offcloud-api": "^1.0.0",
|
||||||
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#c69d06014f83da06c1a8f571c21e00eb8c9aabef",
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#772a67ba5c0a577ccc38d59d25bb1b7e465200fa",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"pg-hstore": "^2.3.4",
|
"pg-hstore": "^2.3.4",
|
||||||
"premiumize-api": "^1.0.3",
|
"premiumize-api": "^1.0.3",
|
||||||
@@ -1429,8 +1429,8 @@
|
|||||||
},
|
},
|
||||||
"node_modules/parse-torrent-title": {
|
"node_modules/parse-torrent-title": {
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"resolved": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#c69d06014f83da06c1a8f571c21e00eb8c9aabef",
|
"resolved": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#772a67ba5c0a577ccc38d59d25bb1b7e465200fa",
|
||||||
"integrity": "sha512-VnesrFylCb2M/3AuU4kPYWqoPophCcp6ogqgQnVjdyRRCiZbhepg8fbSQBrc8UXXwKMhvv2fbI7ByOo6VPw5PA==",
|
"integrity": "sha512-QJzEUS4exN6rDephlwHEzjT4eASVLiOISALOubpBvEwSn3/w1z53I8y/IUnylF79axpmmSfkRlE0xL5EObDp2g==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"moment": "^2.24.0"
|
"moment": "^2.24.0"
|
||||||
@@ -3496,9 +3496,9 @@
|
|||||||
"integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
|
"integrity": "sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ=="
|
||||||
},
|
},
|
||||||
"parse-torrent-title": {
|
"parse-torrent-title": {
|
||||||
"version": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#c69d06014f83da06c1a8f571c21e00eb8c9aabef",
|
"version": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#772a67ba5c0a577ccc38d59d25bb1b7e465200fa",
|
||||||
"integrity": "sha512-VnesrFylCb2M/3AuU4kPYWqoPophCcp6ogqgQnVjdyRRCiZbhepg8fbSQBrc8UXXwKMhvv2fbI7ByOo6VPw5PA==",
|
"integrity": "sha512-QJzEUS4exN6rDephlwHEzjT4eASVLiOISALOubpBvEwSn3/w1z53I8y/IUnylF79axpmmSfkRlE0xL5EObDp2g==",
|
||||||
"from": "parse-torrent-title@git://github.com/TheBeastLT/parse-torrent-title.git#c69d06014f83da06c1a8f571c21e00eb8c9aabef",
|
"from": "parse-torrent-title@git://github.com/TheBeastLT/parse-torrent-title.git#772a67ba5c0a577ccc38d59d25bb1b7e465200fa",
|
||||||
"requires": {
|
"requires": {
|
||||||
"moment": "^2.24.0"
|
"moment": "^2.24.0"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"magnet-uri": "^6.2.0",
|
"magnet-uri": "^6.2.0",
|
||||||
"named-queue": "^2.2.1",
|
"named-queue": "^2.2.1",
|
||||||
"offcloud-api": "^1.0.0",
|
"offcloud-api": "^1.0.0",
|
||||||
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#c69d06014f83da06c1a8f571c21e00eb8c9aabef",
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#772a67ba5c0a577ccc38d59d25bb1b7e465200fa",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"pg-hstore": "^2.3.4",
|
"pg-hstore": "^2.3.4",
|
||||||
"premiumize-api": "^1.0.3",
|
"premiumize-api": "^1.0.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user