core: disable tv-search by default (#9893)

* Disable tv-search in music trackers
* Add TVRage search in Cardigann
This commit is contained in:
Diego Heras
2020-10-18 22:47:36 +02:00
committed by GitHub
parent a8933a3844
commit 56a260f0d7
106 changed files with 882 additions and 217 deletions

View File

@@ -43,7 +43,7 @@ namespace Jackett.Common.Indexers
{"11", "portugués"},
{"12", "esperanto"}
};
public override string[] AlternativeSiteLinks { get; protected set; } = {
"https://epublibre.org/",
"https://epublibre.unblockit.lat/"
@@ -54,6 +54,7 @@ namespace Jackett.Common.Indexers
name: "EpubLibre",
description: "Más libros, Más libres",
link: "https://epublibre.org/",
// TODO: add book search
caps: new TorznabCapabilities(),
configService: configService,
client: wc,