Fixed: (Internet Archive) Follow redirects on grabs (#403)

This commit is contained in:
Nyuels 2021-08-07 02:50:06 +02:00 committed by GitHub
parent ff623d4c39
commit d937e0324f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
{