mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
YTS: domain change. fix #2190
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user