mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 23:00:51 +00:00
torrentproject2: update row selector
This commit is contained in:
parent
b124ba469f
commit
eaa562a20a
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
- path: "?t={{if .Keywords}}{{.Keywords}}{{else}}test{{end}}&orderby=latest{{if .Config.filter-verified }}&safe=on{{else}}{{end}}"
|
||||
followredirect: true
|
||||
rows:
|
||||
selector: "#similarfiles div:has(a[href^=\"/t3-\"])"
|
||||
selector: "#similarfiles div:has(a[href^=\"/t0-\"])"
|
||||
fields:
|
||||
title:
|
||||
selector: span > a
|
||||
|
|
Loading…
Reference in a new issue