mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
tvstore: site is always freeleech
https://tvstore.me/site/freetorrent.php
This commit is contained in:
@@ -219,7 +219,7 @@ namespace Jackett.Common.Indexers
|
|||||||
Description = description,
|
Description = description,
|
||||||
MinimumRatio = 1,
|
MinimumRatio = 1,
|
||||||
MinimumSeedTime = 172800, // 48 hours
|
MinimumSeedTime = 172800, // 48 hours
|
||||||
DownloadVolumeFactor = 1,
|
DownloadVolumeFactor = 0,
|
||||||
UploadVolumeFactor = UploadFactorCalculator(publishDate, isSeasonPack),
|
UploadVolumeFactor = UploadFactorCalculator(publishDate, isSeasonPack),
|
||||||
Imdb = imdbId
|
Imdb = imdbId
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user