|
|
|
@ -40,7 +40,7 @@ namespace NzbDrone.Core.Indexers.Torznab
|
|
|
|
|
{
|
|
|
|
|
get
|
|
|
|
|
{
|
|
|
|
|
yield return GetDefinition("Jackett", GetSettings("http://localhost:9117/torznab/YOURINDEXER"));
|
|
|
|
|
yield return GetDefinition("Jackett", GetSettings("http://localhost:9117/api/v2.0/indexers/YOURINDEXER/results/torznab/"));
|
|
|
|
|
yield return GetDefinition("HD4Free.xyz", GetSettings("http://hd4free.xyz"));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|