mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +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
|
public class Yts : BaseWebIndexer
|
||||||
{
|
{
|
||||||
private static readonly string defaultSiteLink = "https://yts.ag/";
|
private static readonly string defaultSiteLink = "https://yts.am/";
|
||||||
|
|
||||||
private Uri BaseUri
|
private Uri BaseUri
|
||||||
{
|
{
|
||||||
|
@ -36,7 +36,7 @@ namespace Jackett.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.ag/",
|
link: "https://yts.am/",
|
||||||
caps: new TorznabCapabilities(),
|
caps: new TorznabCapabilities(),
|
||||||
configService: configService,
|
configService: configService,
|
||||||
client: wc,
|
client: wc,
|
||||||
|
|
Loading…
Reference in a new issue