mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
YTS: domain change. fix #2190
This commit is contained in:
parent
f7d5bc0ab5
commit
4697e53d7c
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue