From 0dac049107419a9dd64aa63521a6f3ac45599a7b Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Fri, 12 Feb 2021 18:47:02 +0100 Subject: [PATCH] [scraper] bump parse title --- addon/package-lock.json | 4 ++-- addon/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/addon/package-lock.json b/addon/package-lock.json index 75976a5..edaae2f 100644 --- a/addon/package-lock.json +++ b/addon/package-lock.json @@ -1779,8 +1779,8 @@ } }, "parse-torrent-title": { - "version": "git://github.com/TheBeastLT/parse-torrent-title.git#50f366c14a4aaffbef7a3ad1b31830cf6d1bbac6", - "from": "git://github.com/TheBeastLT/parse-torrent-title.git#50f366c14a4aaffbef7a3ad1b31830cf6d1bbac6", + "version": "git://github.com/TheBeastLT/parse-torrent-title.git#e8866fdd3f5659c20847b926fb5d297f7634ad26", + "from": "git://github.com/TheBeastLT/parse-torrent-title.git#e8866fdd3f5659c20847b926fb5d297f7634ad26", "requires": { "moment": "^2.24.0" } diff --git a/addon/package.json b/addon/package.json index 02f1fc2..c88cf45 100644 --- a/addon/package.json +++ b/addon/package.json @@ -18,7 +18,7 @@ "magnet-uri": "^5.1.7", "named-queue": "^2.2.1", "needle": "^2.2.4", - "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#50f366c14a4aaffbef7a3ad1b31830cf6d1bbac6", + "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#e8866fdd3f5659c20847b926fb5d297f7634ad26", "pg": "^7.8.2", "pg-hstore": "^2.3.2", "premiumize-api": "^1.0.3", diff --git a/package-lock.json b/package-lock.json index 873b257..fd42a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1870,8 +1870,8 @@ } }, "parse-torrent-title": { - "version": "git://github.com/TheBeastLT/parse-torrent-title.git#50f366c14a4aaffbef7a3ad1b31830cf6d1bbac6", - "from": "git://github.com/TheBeastLT/parse-torrent-title.git#50f366c14a4aaffbef7a3ad1b31830cf6d1bbac6", + "version": "git://github.com/TheBeastLT/parse-torrent-title.git#e8866fdd3f5659c20847b926fb5d297f7634ad26", + "from": "git://github.com/TheBeastLT/parse-torrent-title.git#e8866fdd3f5659c20847b926fb5d297f7634ad26", "requires": { "moment": "^2.24.0" } diff --git a/package.json b/package.json index 5214bbc..f9ff371 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "nodejs-bing": "^0.1.0", "nyaapi": "^2.3.3", "parse-torrent": "^6.1.2", - "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#50f366c14a4aaffbef7a3ad1b31830cf6d1bbac6", + "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#e8866fdd3f5659c20847b926fb5d297f7634ad26", "pg": "^7.8.2", "pg-hstore": "^2.3.2", "real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",