updated urls for torrent9

This commit is contained in:
Gabisonfire
2024-01-18 07:34:09 -05:00
parent 2351d92885
commit e0b07ba363
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
CREATE TABLE "torrents" (
"infoHash" varchar(64) PRIMARY KEY,
"provider" varchar(32) NOT NULL,
"torrentId" varchar(128),
"torrentId" varchar(256),
"title" varchar(256) NOT NULL,
"size" bigint,
"type" varchar(16) NOT NULL,

View File

@@ -6,7 +6,7 @@ const { parse } = require('parse-torrent-title');
const { getRandomUserAgent } = require('../../lib/requestHelper');
const { parseSize } = require("../scraperHelper");
const baseUrl = 'https://www.torrent9.re'
const baseUrl = 'https://www.torrent9.st'
const defaultTimeout = 10000;
const pageSize = 50;

View File

@@ -6,7 +6,7 @@ const { parse } = require('parse-torrent-title');
const { getRandomUserAgent } = require('../../lib/requestHelper');
const { parseSize } = require("../scraperHelper");
const baseUrl = 'https://www.torrent9.gg'
const baseUrl = 'https://www.torrent9.st'
const defaultTimeout = 10000;
const Categories = {