New: switched nyaa to HTTPS

This commit is contained in:
Keivan Beigi
2017-01-03 18:37:46 -08:00
parent ad7d571b24
commit e0ff25d5be
3 changed files with 13 additions and 13 deletions
@@ -42,8 +42,8 @@ namespace NzbDrone.Core.Test.IndexerTests.NyaaTests
torrentInfo.Title.Should().Be("[TSRaws] Futsuu no Joshikousei ga [Locodol] Yattemita. #07 (TBS).ts");
torrentInfo.DownloadProtocol.Should().Be(DownloadProtocol.Torrent);
torrentInfo.DownloadUrl.Should().Be("http://www.nyaa.se/?page=download&tid=587750");
torrentInfo.InfoUrl.Should().Be("http://www.nyaa.se/?page=view&tid=587750");
torrentInfo.DownloadUrl.Should().Be("https://www.nyaa.se/?page=download&tid=587750");
torrentInfo.InfoUrl.Should().Be("https://www.nyaa.se/?page=view&tid=587750");
torrentInfo.CommentUrl.Should().BeNullOrEmpty();
torrentInfo.Indexer.Should().Be(Subject.Definition.Name);
torrentInfo.PublishDate.Should().Be(DateTime.Parse("2014/08/14 18:10:36"));