omgwtfnzbs fixes

New: connect to omgwtfnzbs over https
Fixed: No results found response for omgwtfnzbs
This commit is contained in:
Mark McDowall
2014-09-27 18:39:26 -07:00
parent e3efd9a84c
commit 97370cc8b3
4 changed files with 23 additions and 10 deletions
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NzbDrone.Common;
using NzbDrone.Common.Http;
@@ -15,7 +14,7 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
public OmgwtfnzbsRequestGenerator()
{
BaseUrl = "http://rss.omgwtfnzbs.org/rss-search.php";
BaseUrl = "https://rss.omgwtfnzbs.org/rss-search.php";
}
public virtual IList<IEnumerable<IndexerRequest>> GetRecentRequests()