restore mirror & update MST

This commit is contained in:
ilike2burnthing 2024-04-17 22:07:28 +01:00 committed by GitHub
parent 67f21f2d15
commit c58185d124
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,7 @@ namespace Jackett.Common.Indexers
"https://secure.torrentday.com/",
"https://classic.torrentday.com/",
"https://www.torrentday.com/",
"https://www.torrentday.me/",
"https://torrentday.it/",
"https://td.findnemo.net/",
"https://td.getcrazy.me/",
@ -46,7 +47,6 @@ namespace Jackett.Common.Indexers
"https://tdonline.org/", // redirect to https://www.torrentday.com/
"https://torrentday.eu/", // redirect to https://www.torrentday.com/
"https://td-update.com/", // redirect to https://www.torrentday.com/
"https://www.torrentday.me/",
"https://www.torrentday.ru/",
"https://www.td.af/"
};
@ -250,7 +250,7 @@ namespace Jackett.Common.Indexers
DownloadVolumeFactor = downloadMultiplier,
UploadVolumeFactor = 1,
MinimumRatio = 1,
MinimumSeedTime = 172800 // 48 hours
MinimumSeedTime = 259200 // 72 hours
};
releases.Add(release);