mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
YTS: add LegacySiteLinks
This commit is contained in:
@@ -19,6 +19,10 @@ namespace Jackett.Indexers
|
||||
{
|
||||
private static readonly string defaultSiteLink = "https://yts.am/";
|
||||
|
||||
public override string[] LegacySiteLinks { get; protected set; } = new string[] {
|
||||
"https://yts.ag/",
|
||||
};
|
||||
|
||||
private Uri BaseUri
|
||||
{
|
||||
get { return new Uri(configData.Url.Value); }
|
||||
|
Reference in New Issue
Block a user