mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Updated T411 to new domain name (#1196)
https://api.t411.li -> https://api.t411.ai
This commit is contained in:
parent
2de539a240
commit
7df1223043
1 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ namespace Jackett.Indexers
|
|||
{
|
||||
public class T411 : BaseIndexer, IIndexer
|
||||
{
|
||||
const string ApiUrl = "https://api.t411.li";
|
||||
const string ApiUrl = "https://api.t411.ai";
|
||||
const string AuthUrl = ApiUrl + "/auth";
|
||||
const string SearchUrl = ApiUrl + "/torrents/search/";
|
||||
const string TermsUrl = ApiUrl + "/terms/tree";
|
||||
|
@ -32,7 +32,7 @@ namespace Jackett.Indexers
|
|||
public T411(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
|
||||
: base(name: "T411",
|
||||
description: "French Torrent Tracker",
|
||||
link: "https://t411.li/",
|
||||
link: "https://t411.ai/",
|
||||
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
|
||||
manager: i,
|
||||
client: wc,
|
||||
|
@ -258,4 +258,4 @@ namespace Jackett.Indexers
|
|||
return response.Content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue