mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
torrentproject2: new domain resolves #7773
replace blanks between words with plus change row filter to be more inclusive
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user