r3vwtf: update row selector

prevents nearly the whole page being selected as its own row
This commit is contained in:
ilike2burnthing
2021-04-20 22:54:34 +01:00
committed by GitHub
parent 0a38b26436
commit 7e5c63ddff

View File

@@ -73,7 +73,7 @@ search:
"only_free": 0 "only_free": 0
rows: rows:
selector: tr:has(a[href^="download.php?torrent="]) selector: table[cellpadding="3"] > tbody > tr:has(a[href^="download.php?torrent="])
fields: fields:
category: category:
selector: a[href^="browse.php?cat="] selector: a[href^="browse.php?cat="]