YTS: domain back to yts.ag. resolves #3908

This commit is contained in:
Garfield69 2018-10-06 10:16:49 +13:00
parent fed8294ae0
commit accd06d291
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ namespace Jackett.Common.Indexers
public class Yts : BaseWebIndexer
{
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"; } }
@ -32,7 +32,7 @@ namespace Jackett.Common.Indexers
public Yts(IIndexerConfigurationService configService, WebClient wc, Logger l, IProtectionService ps)
: base(name: "YTS",
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(),
configService: configService,
client: wc,