assorted c#: enable music and book search in several trackers (#9910)

This commit is contained in:
Diego Heras
2020-10-20 02:38:27 +02:00
committed by GitHub
parent 38c4f1f4d2
commit 5d1b84f215
61 changed files with 467 additions and 84 deletions

View File

@@ -53,8 +53,13 @@ namespace Jackett.Common.Indexers
name: "EpubLibre",
description: "Más libros, Más libres",
link: "https://epublibre.org/",
// TODO: add book search
caps: new TorznabCapabilities(),
caps: new TorznabCapabilities
{
BookSearchParams = new List<BookSearchParam>
{
BookSearchParam.Q // TODO: add more book parameters
}
},
configService: configService,
client: wc,
logger: l,