mirror of https://github.com/Jackett/Jackett
YTS: domain back to yts.ag. resolves #3908
This commit is contained in:
parent
fed8294ae0
commit
accd06d291
|
@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
|
||||||
public class Yts : BaseWebIndexer
|
public class Yts : BaseWebIndexer
|
||||||
{
|
{
|
||||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||||
"https://yts.ag/",
|
"https://yts.am/",
|
||||||
};
|
};
|
||||||
|
|
||||||
private string ApiEndpoint { get { return SiteLink + "api/v2/list_movies.json"; } }
|
private string ApiEndpoint { get { return SiteLink + "api/v2/list_movies.json"; } }
|
||||||
|
@ -32,7 +32,7 @@ namespace Jackett.Common.Indexers
|
||||||
public Yts(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
public Yts(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
|
||||||
: base(name: "YTS",
|
: base(name: "YTS",
|
||||||
description: "YTS is a Public torrent site specialising in HD movies of small size",
|
description: "YTS is a Public torrent site specialising in HD movies of small size",
|
||||||
link: "https://yts.am/",
|
link: "https://yts.ag/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
|
Loading…
Reference in New Issue