Fixed: (RetroFlix) Set 5 days as MST, return 100 results and remove "[REQUESTED]" from title

This commit is contained in:
Bogdan
2022-12-30 19:51:00 +02:00
committed by Qstick
parent f386ddb806
commit c60a94adfb
2 changed files with 15 additions and 7 deletions
@@ -14,6 +14,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public override string Description => "Private Torrent Tracker for Classic Movies / TV / General Releases";
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;
public override TimeSpan RateLimit => TimeSpan.FromSeconds(2.1);
protected override int MinimumSeedTime => 432000; // 120 hours
public RetroFlix(IIndexerHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger, IIndexerRepository indexerRepository)
: base(httpClient, eventAggregator, indexerStatusService, configService, logger, indexerRepository)