From 20c57bcac63ff00a61c22669ee88348d71621d00 Mon Sep 17 00:00:00 2001 From: Flip Date: Tue, 28 Nov 2017 19:53:59 +0100 Subject: [PATCH] update xthor tld (#2202) --- src/Jackett.Common/Indexers/Xthor.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Jackett.Common/Indexers/Xthor.cs b/src/Jackett.Common/Indexers/Xthor.cs index 4716a7e18..40a998ab5 100644 --- a/src/Jackett.Common/Indexers/Xthor.cs +++ b/src/Jackett.Common/Indexers/Xthor.cs @@ -24,7 +24,7 @@ namespace Jackett.Indexers /// 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 } } } -} \ No newline at end of file +}