add besttorrents provider
Some checks failed
Deploy Addon / build (SSH_HOST_2, SSH_KEY_2) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_3, SSH_KEY_3) (push) Has been cancelled
Deploy Addon / build (SSH_HOST_4, SSH_KEY_4) (push) Has been cancelled

This commit is contained in:
TheBeastLT 2025-01-28 21:12:19 +02:00
parent b8651bc868
commit 5b12859567
4 changed files with 11 additions and 5 deletions

View file

@ -17,7 +17,8 @@ const VIDEO_EXTENSIONS = [
"wmv", "wmv",
"ogm", "ogm",
"ts", "ts",
"m2ts" "mts",
"m2ts",
]; ];
const SUBTITLE_EXTENSIONS = [ const SUBTITLE_EXTENSIONS = [
"aqt", "aqt",

View file

@ -100,6 +100,11 @@ export const Providers = {
label: 'Cinecalidad', label: 'Cinecalidad',
foreign: '🇲🇽' foreign: '🇲🇽'
}, },
{
key: 'besttorrents',
label: 'BestTorrents',
foreign: '🇵🇱'
},
] ]
}; };
export const QualityFilter = { export const QualityFilter = {

View file

@ -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"

View file

@ -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",