mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Implemented torznab capabilities feature
This commit is contained in:
@@ -24,13 +24,13 @@ namespace Jackett.Indexers
|
||||
HttpClientHandler handler;
|
||||
HttpClient client;
|
||||
|
||||
public Torrentz(IIndexerManagerService i, Logger l) :
|
||||
base(name: "Torrentz",
|
||||
description: "Torrentz is a meta-search engine and a Multisearch. This means we just search other search engines.",
|
||||
link: new Uri("https://torrentz.eu"),
|
||||
rageid: true,
|
||||
manager: i,
|
||||
logger: l)
|
||||
public Torrentz(IIndexerManagerService i, Logger l)
|
||||
: base(name: "Torrentz",
|
||||
description: "Torrentz is a meta-search engine and a Multisearch. This means we just search other search engines.",
|
||||
link: new Uri("https://torrentz.eu"),
|
||||
caps: TorznabCapsUtil.CreateDefaultTorznabTVCaps(),
|
||||
manager: i,
|
||||
logger: l)
|
||||
{
|
||||
|
||||
SearchUrl = SiteLink + "/feed_verifiedP?f={0}";
|
||||
|
Reference in New Issue
Block a user