bump parse title

This commit is contained in:
TheBeastLT
2023-01-06 11:06:00 +02:00
parent d5d528baa0
commit 957397d3c2
3 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ const RUSSIAN_TRACKERS = [
"http://bt2.t-ru.org/ann?magnet", "http://bt2.t-ru.org/ann?magnet",
"http://bt3.t-ru.org/ann?magnet", "http://bt3.t-ru.org/ann?magnet",
"http://bt4.t-ru.org/ann?magnet" "http://bt4.t-ru.org/ann?magnet"
] ];
// Some trackers have limits on original torrent trackers, // Some trackers have limits on original torrent trackers,
// where downloading ip has to seed the torrents for some amount of time, // where downloading ip has to seed the torrents for some amount of time,
// thus it doesn't work on mochs. // thus it doesn't work on mochs.
@@ -37,7 +37,7 @@ const ANIME_PROVIDERS = [
const RUSSIAN_PROVIDERS = [ const RUSSIAN_PROVIDERS = [
'Rutor', 'Rutor',
'Rutracker' 'Rutracker'
] ];
let BEST_TRACKERS = []; let BEST_TRACKERS = [];
let ALL_TRACKERS = []; let ALL_TRACKERS = [];

View File

@@ -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#1e43b24d7a30983b3dada1c5bb1d2b911038536a", "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#97dde430e15abc0d7ef22664403324049d3cf545",
"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",
@@ -1407,8 +1407,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#1e43b24d7a30983b3dada1c5bb1d2b911038536a", "resolved": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#97dde430e15abc0d7ef22664403324049d3cf545",
"integrity": "sha512-aqOQYUgh9ru3wdjYa5jZumkaNyheyqNHeb++d4Swwe0LNWzogmgL9e4jBlV22sfw1JeueDBwabW1ZRjmsnQknw==", "integrity": "sha512-xAGkoKeODfBs9dwMGJmcsAvs2OsLdzdvFc0sNrVeaVIuCMTKQGVckbEUfKbAEsrfeFxwQSktX/EPGViMlW9H0w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"moment": "^2.24.0" "moment": "^2.24.0"
@@ -3463,9 +3463,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#1e43b24d7a30983b3dada1c5bb1d2b911038536a", "version": "git+ssh://git@github.com/TheBeastLT/parse-torrent-title.git#97dde430e15abc0d7ef22664403324049d3cf545",
"integrity": "sha512-aqOQYUgh9ru3wdjYa5jZumkaNyheyqNHeb++d4Swwe0LNWzogmgL9e4jBlV22sfw1JeueDBwabW1ZRjmsnQknw==", "integrity": "sha512-xAGkoKeODfBs9dwMGJmcsAvs2OsLdzdvFc0sNrVeaVIuCMTKQGVckbEUfKbAEsrfeFxwQSktX/EPGViMlW9H0w==",
"from": "parse-torrent-title@git://github.com/TheBeastLT/parse-torrent-title.git#1e43b24d7a30983b3dada1c5bb1d2b911038536a", "from": "parse-torrent-title@git://github.com/TheBeastLT/parse-torrent-title.git#97dde430e15abc0d7ef22664403324049d3cf545",
"requires": { "requires": {
"moment": "^2.24.0" "moment": "^2.24.0"
} }

View File

@@ -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#1e43b24d7a30983b3dada1c5bb1d2b911038536a", "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#97dde430e15abc0d7ef22664403324049d3cf545",
"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",