torrentday: restore mirror & update MST (#15256)

Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
garfield69 2024-04-26 02:29:38 +12:00 committed by GitHub
parent 56ef669fe1
commit 93c9440343
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/"
};
@ -249,7 +249,7 @@ namespace Jackett.Common.Indexers
DownloadVolumeFactor = downloadMultiplier,
UploadVolumeFactor = 1,
MinimumRatio = 1,
MinimumSeedTime = 172800 // 48 hours
MinimumSeedTime = 259200 // 72 hours
};
releases.Add(release);