From 538c5224f8b3b165d0e2093fd0a870b811ff9730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Tue, 15 Aug 2017 12:46:07 +0200 Subject: [PATCH] Add thepiratebay as torrenter --- config.yml.exemple | 7 +++++++ src/modules.go | 1 + 2 files changed, 8 insertions(+) diff --git a/config.yml.exemple b/config.yml.exemple index 5fe090a..b6a2f7a 100644 --- a/config.yml.exemple +++ b/config.yml.exemple @@ -17,6 +17,7 @@ movie: - trakttv torrenters: - yts + - thepiratebay searchers: - yts explorers: @@ -24,6 +25,7 @@ movie: - trakttv show: torrenters: + - thepiratebay - eztv detailers: - tvdb @@ -34,6 +36,11 @@ show: - trakttv - eztv modules_params: + - name: thepiratebay + show_users: + - EtHD + movie_users: + - YIFY - name: trakttv client_id: my_trakttv_client_id - name: tmdb diff --git a/src/modules.go b/src/modules.go index ea0ae5a..caff444 100644 --- a/src/modules.go +++ b/src/modules.go @@ -13,6 +13,7 @@ import ( _ "github.com/odwrtw/polochon/modules/pam" _ "github.com/odwrtw/polochon/modules/pushover" _ "github.com/odwrtw/polochon/modules/tmdb" + _ "github.com/odwrtw/polochon/modules/tpb" _ "github.com/odwrtw/polochon/modules/trakttv" _ "github.com/odwrtw/polochon/modules/transmission" _ "github.com/odwrtw/polochon/modules/tvdb"