YTS: new domain .mx #7062

This commit is contained in:
Garfield69 2020-02-02 07:20:51 +13:00
parent 36f91abc35
commit 6752eb6321
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ namespace Jackett.Common.Indexers
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
"https://yts.ag/",
"https://yts.am/",
"https://yts.lt/",
};
private string ApiEndpoint { get { return SiteLink + "api/v2/list_movies.json"; } }
@ -33,7 +34,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.lt/",
link: "https://yts.mx/",
caps: new TorznabCapabilities(),
configService: configService,
client: wc,