mirror of
https://github.com/Jackett/Jackett
synced 2024-12-26 17:58:49 +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
|
||||
encoding: UTF-8
|
||||
links:
|
||||
- https://torrentproject.cc/
|
||||
legacylinks:
|
||||
- https://torrentproject2.se/
|
||||
|
||||
caps:
|
||||
|
@ -68,11 +70,11 @@
|
|||
|
||||
search:
|
||||
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
|
||||
|
||||
rows:
|
||||
selector: "#similarfiles div:has(a[href^=\"/t0-\"])"
|
||||
selector: "#similarfiles div:has(a[href^=\"/t\"])"
|
||||
|
||||
fields:
|
||||
category:
|
||||
|
|
Loading…
Reference in a new issue