From e02151b27326b0c6e5f8c854a6e6f4142d52b09c Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Thu, 15 Aug 2019 00:40:44 -0700 Subject: [PATCH] New: Add Tabula Rasa Newznab Preset --- src/NzbDrone.Core/Indexers/Newznab/Newznab.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs index f5ef25746..6486d0de0 100644 --- a/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs +++ b/src/NzbDrone.Core/Indexers/Newznab/Newznab.cs @@ -51,6 +51,7 @@ public override IEnumerable DefaultDefinitions yield return GetDefinition("omgwtfnzbs", GetSettings("https://api.omgwtfnzbs.me", categories: new[] { 2000, 2020, 2030, 2040, 2045, 2050, 2070 })); yield return GetDefinition("OZnzb.com", GetSettings("https://api.oznzb.com")); yield return GetDefinition("SimplyNZBs", GetSettings("https://simplynzbs.com")); + yield return GetDefinition("Tabula Rasa", GetSettings("https://www.tabula-rasa.pw", apiPath: @"/api/v1/api")); yield return GetDefinition("Usenet Crawler", GetSettings("https://www.usenet-crawler.com")); } }