Add thepiratebay as torrenter

This commit is contained in:
Grégoire Delattre 2017-08-15 12:46:07 +02:00
parent 4568b8884e
commit 538c5224f8
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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"