Updated T411 domain references to the new domain used. (#1326)

This commit is contained in:
Victor Bouvier-Deleau 2017-05-04 21:44:54 +02:00 committed by kaso17
parent 79d87f4809
commit 9479eb20b7
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace Jackett.Indexers
{
public class T411 : BaseIndexer, IIndexer
{
const string ApiUrl = "https://api.t411.ai";
const string ApiUrl = "https://api.t411.al";
const string AuthUrl = ApiUrl + "/auth";
const string SearchUrl = ApiUrl + "/torrents/search/";
const string TermsUrl = ApiUrl + "/terms/tree";
@ -35,7 +35,7 @@ namespace Jackett.Indexers
public T411(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
: base(name: "T411",
description: "French Torrent Tracker",
link: "https://t411.ai/",
link: "https://t411.al/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i,
client: wc,