torrentscsv: change tld *.com

This commit is contained in:
ilike2burnthing 2024-01-11 02:13:11 +00:00 committed by GitHub
parent 9b9b3a4dee
commit 44060958d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@ namespace Jackett.Common.Indexers
public override string Id => "torrentscsv";
public override string Name => "Torrents.csv";
public override string Description => "Torrents.csv is a self-hostable, open source torrent search engine and database";
public override string SiteLink { get; protected set; } = "https://torrents-csv.ml/";
public override string SiteLink { get; protected set; } = "https://torrents-csv.com/";
public override string[] LegacySiteLinks => new[]
{
"https://torrents-csv.ml/",
};
public override string Language => "en-US";
public override string Type => "public";