mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-04-26 23:00:53 +02:00
Fixed: (Internet Archive) Follow redirects on grabs (#403)
This commit is contained in:
parent
ff623d4c39
commit
d937e0324f
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ public class InternetArchive : TorrentIndexerBase<InternetArchiveSettings>
|
|||
|
||||
public override IndexerCapabilities Capabilities => SetCapabilities();
|
||||
|
||||
public override bool FollowRedirect => true;
|
||||
|
||||
public InternetArchive(IHttpClient httpClient, IEventAggregator eventAggregator, IIndexerStatusService indexerStatusService, IConfigService configService, Logger logger)
|
||||
: base(httpClient, eventAggregator, indexerStatusService, configService, logger)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue