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"