Add thepiratebay as torrenter
This commit is contained in:
parent
4568b8884e
commit
538c5224f8
@ -17,6 +17,7 @@ movie:
|
|||||||
- trakttv
|
- trakttv
|
||||||
torrenters:
|
torrenters:
|
||||||
- yts
|
- yts
|
||||||
|
- thepiratebay
|
||||||
searchers:
|
searchers:
|
||||||
- yts
|
- yts
|
||||||
explorers:
|
explorers:
|
||||||
@ -24,6 +25,7 @@ movie:
|
|||||||
- trakttv
|
- trakttv
|
||||||
show:
|
show:
|
||||||
torrenters:
|
torrenters:
|
||||||
|
- thepiratebay
|
||||||
- eztv
|
- eztv
|
||||||
detailers:
|
detailers:
|
||||||
- tvdb
|
- tvdb
|
||||||
@ -34,6 +36,11 @@ show:
|
|||||||
- trakttv
|
- trakttv
|
||||||
- eztv
|
- eztv
|
||||||
modules_params:
|
modules_params:
|
||||||
|
- name: thepiratebay
|
||||||
|
show_users:
|
||||||
|
- EtHD
|
||||||
|
movie_users:
|
||||||
|
- YIFY
|
||||||
- name: trakttv
|
- name: trakttv
|
||||||
client_id: my_trakttv_client_id
|
client_id: my_trakttv_client_id
|
||||||
- name: tmdb
|
- name: tmdb
|
||||||
|
@ -13,6 +13,7 @@ import (
|
|||||||
_ "github.com/odwrtw/polochon/modules/pam"
|
_ "github.com/odwrtw/polochon/modules/pam"
|
||||||
_ "github.com/odwrtw/polochon/modules/pushover"
|
_ "github.com/odwrtw/polochon/modules/pushover"
|
||||||
_ "github.com/odwrtw/polochon/modules/tmdb"
|
_ "github.com/odwrtw/polochon/modules/tmdb"
|
||||||
|
_ "github.com/odwrtw/polochon/modules/tpb"
|
||||||
_ "github.com/odwrtw/polochon/modules/trakttv"
|
_ "github.com/odwrtw/polochon/modules/trakttv"
|
||||||
_ "github.com/odwrtw/polochon/modules/transmission"
|
_ "github.com/odwrtw/polochon/modules/transmission"
|
||||||
_ "github.com/odwrtw/polochon/modules/tvdb"
|
_ "github.com/odwrtw/polochon/modules/tvdb"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user