mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +00:00
torrentday: restore mirror & update MST (#15256)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
This commit is contained in:
parent
56ef669fe1
commit
93c9440343
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue