|
|
|
@ -27,7 +27,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
|
|
|
|
|
public IDictionary<string, string> Cookies { get; set; }
|
|
|
|
|
protected HttpResponse landingResult;
|
|
|
|
|
protected IHtmlDocument landingResultDocument;
|
|
|
|
|
protected override string SiteLink => Settings?.BaseUrl ?? _definition.Links.First();
|
|
|
|
|
protected override string SiteLink => ResolveSiteLink();
|
|
|
|
|
|
|
|
|
|
public CardigannRequestGenerator(IConfigService configService,
|
|
|
|
|
CardigannDefinition definition,
|
|
|
|
|