Fixed: Fanzub will connect via HTTP because their cert has expired

pull/3113/head
Mark McDowall 10 years ago
parent 7081bd189e
commit 901808e0b3

@ -39,7 +39,7 @@ namespace NzbDrone.Core.Indexers.Fanzub
{
get
{
yield return "https://fanzub.com/rss/?cat=anime&max=100";
yield return "http://fanzub.com/rss/?cat=anime&max=100";
}
}

Loading…
Cancel
Save