Update T411 Domain

This commit is contained in:
Kayomani
2015-09-21 21:01:14 +01:00
parent 4cca729e2f
commit 8e96a9cab1

View File

@@ -21,7 +21,7 @@ namespace Jackett.Indexers
public class T411 : BaseIndexer, IIndexer public class T411 : BaseIndexer, IIndexer
{ {
private readonly string CommentsUrl = ""; private readonly string CommentsUrl = "";
const string ApiUrl = "http://api.t411.io"; const string ApiUrl = "http://api.t411.in";
const string AuthUrl = ApiUrl + "/auth"; const string AuthUrl = ApiUrl + "/auth";
const string SearchUrl = ApiUrl + "/torrents/search/{0}"; const string SearchUrl = ApiUrl + "/torrents/search/{0}";
const string DownloadUrl = ApiUrl + "/torrents/download/{0}"; const string DownloadUrl = ApiUrl + "/torrents/download/{0}";
@@ -38,7 +38,7 @@ namespace Jackett.Indexers
public T411(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps) public T411(IIndexerManagerService i, Logger l, IWebClient wc, IProtectionService ps)
: base(name: "T411", : base(name: "T411",
description: "French Torrent Tracker", description: "French Torrent Tracker",
link: "http://www.t411.io/", link: "http://www.t411.in/",
caps: TorznabUtil.CreateDefaultTorznabTVCaps(), caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i, manager: i,
client: wc, client: wc,