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
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Indexers.Nyaa
public NyaaSettings()
{
BaseUrl = "http://www.nyaa.se";
BaseUrl = "https://www.nyaa.se";
AdditionalParameters = "&cats=1_37&filter=1";
}