mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 17:15:37 +00:00
restore trackers list url
This commit is contained in:
parent
80db20c5b9
commit
a40cb93812
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const { getRandomUserAgent } = require('../lib/requestHelper');
|
|||
const { getTorrent } = require('../lib/repository');
|
||||
const { Type } = require('../lib/types');
|
||||
|
||||
const TRACKERS_URL = 'https://web.archive.org/web/20230823105403id_/https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt';
|
||||
const TRACKERS_URL = 'https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt';
|
||||
const DEFAULT_TRACKERS = [
|
||||
"udp://47.ip-51-68-199.eu:6969/announce",
|
||||
"udp://9.rarbg.me:2940",
|
||||
|
|
|
|||
Loading…
Reference in a new issue