mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 03:38:31 +00:00
tvstore: site is always freeleech
https://tvstore.me/site/freetorrent.php
This commit is contained in:
parent
68d76e6864
commit
37f68715f9
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ namespace Jackett.Common.Indexers
|
|||
Description = description,
|
||||
MinimumRatio = 1,
|
||||
MinimumSeedTime = 172800, // 48 hours
|
||||
DownloadVolumeFactor = 1,
|
||||
DownloadVolumeFactor = 0,
|
||||
UploadVolumeFactor = UploadFactorCalculator(publishDate, isSeasonPack),
|
||||
Imdb = imdbId
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue