From c9f11d8bc086781925b9099f3ecb0055b17e3235 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Thu, 17 Sep 2020 21:35:05 +0200 Subject: [PATCH] [scraper] bumps 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 02aa5dc..f602485 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#345c33536b2a5e7455da91cdde0146625bb9b254", - "from": "git://github.com/TheBeastLT/parse-torrent-title.git#345c33536b2a5e7455da91cdde0146625bb9b254", + "version": "git://github.com/TheBeastLT/parse-torrent-title.git#a3c9b3000d5714b4901d8df83f0083846d4b12ee", + "from": "git://github.com/TheBeastLT/parse-torrent-title.git#a3c9b3000d5714b4901d8df83f0083846d4b12ee", "requires": { "moment": "^2.24.0" } diff --git a/package.json b/package.json index 553d8f2..d5063a3 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#345c33536b2a5e7455da91cdde0146625bb9b254", + "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#a3c9b3000d5714b4901d8df83f0083846d4b12ee", "pg": "^7.8.2", "pg-hstore": "^2.3.2", "real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",