updated urls for torrent9
This commit is contained in:
parent
2351d92885
commit
e0b07ba363
3 changed files with 3 additions and 3 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue