From 49227cda5c2c858c3347605de4fd034b8519e960 Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Sat, 11 Jun 2022 09:03:27 +0300 Subject: [PATCH] fix torrent9 url --- scraper/scrapers/torrent9/torrent9_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scraper/scrapers/torrent9/torrent9_api.js b/scraper/scrapers/torrent9/torrent9_api.js index 21aece7..0c409aa 100644 --- a/scraper/scrapers/torrent9/torrent9_api.js +++ b/scraper/scrapers/torrent9/torrent9_api.js @@ -6,7 +6,7 @@ const { parse } = require('parse-torrent-title'); const { getRandomUserAgent } = require('../../lib/requestHelper'); const { parseSize } = require("../scraperHelper"); -const baseUrl = 'https://torrent9.nl' +const baseUrl = 'https://www.torrent9.re' const defaultTimeout = 10000; const pageSize = 50;