mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
r3vwtf: update row selector
prevents nearly the whole page being selected as its own row
This commit is contained in:
@@ -73,7 +73,7 @@ search:
|
||||
"only_free": 0
|
||||
|
||||
rows:
|
||||
selector: tr:has(a[href^="download.php?torrent="])
|
||||
selector: table[cellpadding="3"] > tbody > tr:has(a[href^="download.php?torrent="])
|
||||
fields:
|
||||
category:
|
||||
selector: a[href^="browse.php?cat="]
|
||||
|
Reference in New Issue
Block a user