mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
fix torrent9 url
This commit is contained in:
parent
74d633a5ff
commit
49227cda5c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue