mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
torrentproject2: new domain resolves #7773
replace blanks between words with plus change row filter to be more inclusive
This commit is contained in:
parent
c4b77eafb6
commit
2c1fdf0824
1 changed files with 4 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
||||||
type: public
|
type: public
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
links:
|
links:
|
||||||
|
- https://torrentproject.cc/
|
||||||
|
legacylinks:
|
||||||
- https://torrentproject2.se/
|
- https://torrentproject2.se/
|
||||||
|
|
||||||
caps:
|
caps:
|
||||||
|
@ -68,11 +70,11 @@
|
||||||
|
|
||||||
search:
|
search:
|
||||||
paths:
|
paths:
|
||||||
- path: "?t={{ if .Keywords }}{{ .Keywords }}{{else}}test{{end}}&orderby={{ .Config.sort }}{{ if .Config.filter-verified }}&safe=on{{else}}{{end}}"
|
- path: "?t={{ if .Keywords }}{{ re_replace .Keywords \" \" \"+\" }}{{else}}test{{end}}&orderby={{ .Config.sort }}{{ if .Config.filter-verified }}&safe=on{{else}}{{end}}"
|
||||||
followredirect: true
|
followredirect: true
|
||||||
|
|
||||||
rows:
|
rows:
|
||||||
selector: "#similarfiles div:has(a[href^=\"/t0-\"])"
|
selector: "#similarfiles div:has(a[href^=\"/t\"])"
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
|
|
Loading…
Reference in a new issue