YTS: domain change. fix #2190

This commit is contained in:
Garfield69 2017-11-26 06:23:38 +13:00
parent f7d5bc0ab5
commit 4697e53d7c
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace Jackett.Indexers
{
public class Yts : BaseWebIndexer
{
private static readonly string defaultSiteLink = "https://yts.ag/";
private static readonly string defaultSiteLink = "https://yts.am/";
private Uri BaseUri
{
@ -36,7 +36,7 @@ namespace Jackett.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.ag/",
link: "https://yts.am/",
caps: new TorznabCapabilities(),
configService: configService,
client: wc,