mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-21 15:11:56 +00:00
add besttorrents provider
This commit is contained in:
parent
b8651bc868
commit
5b12859567
4 changed files with 11 additions and 5 deletions
|
|
@ -17,7 +17,8 @@ const VIDEO_EXTENSIONS = [
|
||||||
"wmv",
|
"wmv",
|
||||||
"ogm",
|
"ogm",
|
||||||
"ts",
|
"ts",
|
||||||
"m2ts"
|
"mts",
|
||||||
|
"m2ts",
|
||||||
];
|
];
|
||||||
const SUBTITLE_EXTENSIONS = [
|
const SUBTITLE_EXTENSIONS = [
|
||||||
"aqt",
|
"aqt",
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,11 @@ export const Providers = {
|
||||||
label: 'Cinecalidad',
|
label: 'Cinecalidad',
|
||||||
foreign: '🇲🇽'
|
foreign: '🇲🇽'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'besttorrents',
|
||||||
|
label: 'BestTorrents',
|
||||||
|
foreign: '🇵🇱'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
export const QualityFilter = {
|
export const QualityFilter = {
|
||||||
|
|
|
||||||
6
addon/package-lock.json
generated
6
addon/package-lock.json
generated
|
|
@ -22,7 +22,7 @@
|
||||||
"named-queue": "^2.2.1",
|
"named-queue": "^2.2.1",
|
||||||
"offcloud-api": "^1.0.2",
|
"offcloud-api": "^1.0.2",
|
||||||
"p-limit": "^5.0.0",
|
"p-limit": "^5.0.0",
|
||||||
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#1bc3539e0d7c6686655ede649e6be8da53e4c217",
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#ea4ab26d2394055443f3671a80b4ea8c055c9591",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"premiumize-api": "^1.0.3",
|
"premiumize-api": "^1.0.3",
|
||||||
"prom-client": "^14.2.0",
|
"prom-client": "^14.2.0",
|
||||||
|
|
@ -1528,8 +1528,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#1bc3539e0d7c6686655ede649e6be8da53e4c217",
|
"resolved": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#ea4ab26d2394055443f3671a80b4ea8c055c9591",
|
||||||
"integrity": "sha512-9hs1yc4KzTv9BCbd+vunygRWggpUptyPJjL9Jo0VPxqg/jKlgd6Ku6HTsz1JeZQLobwYa0iNfoMgHk/f5gzdyg==",
|
"integrity": "sha512-cvFqxSfHxta0FKBPagFhMfnNnRbedc4FjsU6PPPqDydnYJrYGTfMUkozIiu8MqHVKjp4p45fJmLLRwX6LNoJJg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"moment": "^2.24.0"
|
"moment": "^2.24.0"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@
|
||||||
"named-queue": "^2.2.1",
|
"named-queue": "^2.2.1",
|
||||||
"offcloud-api": "^1.0.2",
|
"offcloud-api": "^1.0.2",
|
||||||
"p-limit": "^5.0.0",
|
"p-limit": "^5.0.0",
|
||||||
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#1bc3539e0d7c6686655ede649e6be8da53e4c217",
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#ea4ab26d2394055443f3671a80b4ea8c055c9591",
|
||||||
"pg": "^8.8.0",
|
"pg": "^8.8.0",
|
||||||
"premiumize-api": "^1.0.3",
|
"premiumize-api": "^1.0.3",
|
||||||
"prom-client": "^14.2.0",
|
"prom-client": "^14.2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue