diff --git a/src/NzbDrone.Core/Indexers/Fanzub/Fanzub.cs b/src/NzbDrone.Core/Indexers/Fanzub/Fanzub.cs index a440db4cf..703cde63c 100644 --- a/src/NzbDrone.Core/Indexers/Fanzub/Fanzub.cs +++ b/src/NzbDrone.Core/Indexers/Fanzub/Fanzub.cs @@ -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"; } }