Prefilter couchpoato results

This commit is contained in:
KZ
2015-08-11 19:48:25 +01:00
parent 2766976c47
commit e007d321f6
33 changed files with 68 additions and 33 deletions

View File

@@ -33,7 +33,7 @@ namespace Jackett.Indexers
: base(name: "PrivateHD",
description: "BitTorrent site for High Quality, High Definition (HD) movies and TV Shows",
link: "https://privatehd.to/",
caps: TorznabCapsUtil.CreateDefaultTorznabTVCaps(),
caps: TorznabUtil.CreateDefaultTorznabTVCaps(),
manager: i,
client: wc,
logger: l,