New: (DesiTorrents) Convert from Gazelle to UNIT3D

Fixes #532
This commit is contained in:
bakerboy448
2021-10-07 15:42:49 -05:00
parent f5f0dd6fae
commit 3bbadb516d
3 changed files with 25 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers.Definitions.UNIT3D
public Action<IDictionary<string, string>, DateTime?> CookiesUpdater { get; set; }
public IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
public virtual IList<ReleaseInfo> ParseResponse(IndexerResponse indexerResponse)
{
var torrentInfos = new List<TorrentInfo>();