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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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="]