Add thepiratebay as torrenter
This commit is contained in:
parent
4568b8884e
commit
538c5224f8
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user