mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 13:25:13 +02:00
Use rss-download for omg RSS feed
This commit is contained in:
@@ -14,7 +14,7 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
|
||||
|
||||
public OmgwtfnzbsRequestGenerator()
|
||||
{
|
||||
BaseUrl = "https://rss.omgwtfnzbs.org/rss-search.php";
|
||||
BaseUrl = "https://rss.omgwtfnzbs.org/rss-download.php";
|
||||
}
|
||||
|
||||
public virtual IList<IEnumerable<IndexerRequest>> GetRecentRequests()
|
||||
@@ -96,6 +96,7 @@ namespace NzbDrone.Core.Indexers.Omgwtfnzbs
|
||||
|
||||
if (query.IsNotNullOrWhiteSpace())
|
||||
{
|
||||
url = url.Replace("rss-download.php", "rss-search.php");
|
||||
url.AppendFormat("&search={0}", query);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user