|
|
|
@ -54,7 +54,7 @@ namespace NzbDrone.Core.Test.IndexerTests.GazelleTests
|
|
|
|
|
releaseInfo.Title.Should().Be("Shania Twain - Shania Twain (1993) [FLAC 24bit Lossless] [WEB]");
|
|
|
|
|
releaseInfo.DownloadProtocol.Should().Be(DownloadProtocol.Torrent);
|
|
|
|
|
releaseInfo.DownloadUrl.Should()
|
|
|
|
|
.Be("https://redacted.ch/torrents.php?action=download&id=1541452&authkey=lidarr&torrent_pass=redacted");
|
|
|
|
|
.Be("https://redacted.ch/torrents.php?action=download&id=1541452&authkey=lidarr&torrent_pass=redacted&usetoken=0");
|
|
|
|
|
releaseInfo.InfoUrl.Should().Be("https://redacted.ch/torrents.php?id=106951&torrentid=1541452");
|
|
|
|
|
releaseInfo.CommentUrl.Should().Be(null);
|
|
|
|
|
releaseInfo.Indexer.Should().Be(Subject.Definition.Name);
|
|
|
|
|