mirror of https://github.com/Jackett/Jackett
torrentcouch: new domain. resolves #3924
This commit is contained in:
parent
accd06d291
commit
736330bea3
|
@ -6,6 +6,8 @@
|
||||||
type: public
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
- https://torrentcouch.net/
|
||||||
|
legacylinks:
|
||||||
- https://torrentcouch.com/
|
- https://torrentcouch.com/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
|
@ -23,10 +25,12 @@
|
||||||
|
|
||||||
search:
|
search:
|
||||||
# https://torrentcouch.com/?s=expanse
|
# https://torrentcouch.com/?s=expanse
|
||||||
|
# https://torrentcouch.net/page/3/?s=expanse
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: "{{if .Keywords}}/?s={{ .Keywords}}{{else}}/{{end}}"
|
||||||
inputs:
|
- path: "{{if .Keywords}}/page/2/?s={{ .Keywords}}{{else}}{{end}}"
|
||||||
s: "{{.Keywords}}"
|
- path: "{{if .Keywords}}/page/3/?s={{ .Keywords}}{{else}}{{end}}"
|
||||||
|
- path: "{{if .Keywords}}/page/4/?s={{ .Keywords}}{{else}}{{end}}"
|
||||||
rows:
|
rows:
|
||||||
selector: article
|
selector: article
|
||||||
fields:
|
fields:
|
||||||
|
|
Loading…
Reference in New Issue