From 34485513856f873d4cb23f4e677b8bbe5ef727a6 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Fri, 2 Oct 2020 14:20:49 +0200 Subject: [PATCH] [scraper] bump parse torrent title --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5084677..c5c4ed9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1687,8 +1687,8 @@ } }, "parse-torrent-title": { - "version": "git://github.com/TheBeastLT/parse-torrent-title.git#a3c9b3000d5714b4901d8df83f0083846d4b12ee", - "from": "git://github.com/TheBeastLT/parse-torrent-title.git#a3c9b3000d5714b4901d8df83f0083846d4b12ee", + "version": "git://github.com/TheBeastLT/parse-torrent-title.git#2ce5aebff836e1dcc48459ae7b930b8661c979ec", + "from": "git://github.com/TheBeastLT/parse-torrent-title.git#2ce5aebff836e1dcc48459ae7b930b8661c979ec", "requires": { "moment": "^2.24.0" } diff --git a/package.json b/package.json index 9a7774f..f7da38b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "node-schedule": "^1.3.2", "nodejs-bing": "^0.1.0", "parse-torrent": "^6.1.2", - "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#a3c9b3000d5714b4901d8df83f0083846d4b12ee", + "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#2ce5aebff836e1dcc48459ae7b930b8661c979ec", "pg": "^7.8.2", "pg-hstore": "^2.3.2", "real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",