mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 10:48:26 +00:00
ptfiles: drop rows without DL
This commit is contained in:
parent
91c6e747bc
commit
865ab99efc
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ search:
|
|||
|
||||
rows:
|
||||
# for some users (don't know why) the table is called tablethree instead of tortable
|
||||
selector: table#tortable > tbody > tr.rowhead, table#tablethree > tbody > tr.rowhead
|
||||
selector: table#tortable > tbody > tr.rowhead:has(a[href^="dl.php/"]), table#tablethree > tbody > tr.rowhead:has(a[href^="dl.php/"])
|
||||
|
||||
fields:
|
||||
# column 3 will be the wait time for new users
|
||||
|
|
Loading…
Add table
Reference in a new issue