mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +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",
|
||||
"ogm",
|
||||
"ts",
|
||||
"m2ts"
|
||||
"mts",
|
||||
"m2ts",
|
||||
];
|
||||
const SUBTITLE_EXTENSIONS = [
|
||||
"aqt",
|
||||
|
|
|
|||
|
|
@ -100,6 +100,11 @@ export const Providers = {
|
|||
label: 'Cinecalidad',
|
||||
foreign: '🇲🇽'
|
||||
},
|
||||
{
|
||||
key: 'besttorrents',
|
||||
label: 'BestTorrents',
|
||||
foreign: '🇵🇱'
|
||||
},
|
||||
]
|
||||
};
|
||||
export const QualityFilter = {
|
||||
|
|
|
|||
6
addon/package-lock.json
generated
6
addon/package-lock.json
generated
|
|
@ -22,7 +22,7 @@
|
|||
"named-queue": "^2.2.1",
|
||||
"offcloud-api": "^1.0.2",
|
||||
"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",
|
||||
"premiumize-api": "^1.0.3",
|
||||
"prom-client": "^14.2.0",
|
||||
|
|
@ -1528,8 +1528,8 @@
|
|||
},
|
||||
"node_modules/parse-torrent-title": {
|
||||
"version": "1.3.0",
|
||||
"resolved": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#1bc3539e0d7c6686655ede649e6be8da53e4c217",
|
||||
"integrity": "sha512-9hs1yc4KzTv9BCbd+vunygRWggpUptyPJjL9Jo0VPxqg/jKlgd6Ku6HTsz1JeZQLobwYa0iNfoMgHk/f5gzdyg==",
|
||||
"resolved": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#ea4ab26d2394055443f3671a80b4ea8c055c9591",
|
||||
"integrity": "sha512-cvFqxSfHxta0FKBPagFhMfnNnRbedc4FjsU6PPPqDydnYJrYGTfMUkozIiu8MqHVKjp4p45fJmLLRwX6LNoJJg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"moment": "^2.24.0"
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"named-queue": "^2.2.1",
|
||||
"offcloud-api": "^1.0.2",
|
||||
"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",
|
||||
"premiumize-api": "^1.0.3",
|
||||
"prom-client": "^14.2.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue