updated urls for torrent9
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user