update xthor tld (#2202)

This commit is contained in:
Flip 2017-11-28 19:53:59 +01:00 committed by garfield69
parent 36c5ec25ab
commit 20c57bcac6
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ namespace Jackett.Indexers
/// </summary>
public class Xthor : BaseCachingWebIndexer
{
private static string ApiEndpoint => "https://api.xthor.bz/";
private static string ApiEndpoint => "https://api.xthor.to/";
private string TorrentCommentUrl => TorrentDescriptionUrl;
private string TorrentDescriptionUrl => SiteLink + "details.php?id={id}";
private bool DevMode => ConfigData.DevMode.Value;
@ -37,13 +37,13 @@ namespace Jackett.Indexers
: base(
name: "Xthor",
description: "General French Private Tracker",
link: "https://xthor.bz/",
link: "https://xthor.to/",
caps: new TorznabCapabilities(),
configService: configService,
client: w,
logger: l,
p: ps,
downloadBase: "https://xthor.bz/download.php?torrent=",
downloadBase: "https://xthor.to/download.php?torrent=",
configData: new ConfigurationDataXthor())
{
Encoding = Encoding.UTF8;
@ -635,4 +635,4 @@ namespace Jackett.Indexers
}
}
}
}
}