mirror of https://github.com/Jackett/Jackett
YTS: new domain .mx #7062
This commit is contained in:
parent
36f91abc35
commit
6752eb6321
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue