mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +00:00
thepiratebay: add tpb.bike as an alternate sitelink #7256
its an unofficial proxy but it works with the indexer
This commit is contained in:
parent
2ad340f1bc
commit
aac2e42f9e
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
encoding: UTF-8
|
||||
links:
|
||||
- https://thepiratebay.org/
|
||||
- https://tpb.bike/
|
||||
legacylinks:
|
||||
- https://thepiratesbay.pw/
|
||||
- https://tproxy.pro/
|
||||
|
@ -91,7 +92,7 @@
|
|||
type: info
|
||||
label: Proxies
|
||||
default: The Pirate Bay is currently only reachable via TOR. But you can try to use an unofficial proxy from <a href="https://piratebayproxy.info/" target="_blank">piratebayproxy.info</a>.
|
||||
|
||||
|
||||
search:
|
||||
paths:
|
||||
- path: "{{ if .Keywords }}/search/{{ .Keywords }}/0/{{ .Config.order }}/{{ join .Categories \",\"}}{{else}}/recent{{end}}"
|
||||
|
|
Loading…
Reference in a new issue