1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-10 14:14:25 +00:00

mejortorrent: forgot to change alternate site link

This commit is contained in:
ilike2burnthing 2023-08-06 16:05:00 +01:00 committed by GitHub
parent 3118fd3438
commit 79ff6598b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ namespace Jackett.Common.Indexers
public override string SiteLink { get; protected set; } = "https://www5.mejortorrent.rip/";
public override string[] AlternativeSiteLinks => new[]
{
"https://www4.mejortorrent.rip/",
"https://www5.mejortorrent.rip/",
"https://mejortorrent.unblockit.rsvp/"
};
public override string[] LegacySiteLinks => new[]