mirror of
https://github.com/Jackett/Jackett
synced 2025-03-04 18:59:01 +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:
|
rows:
|
||||||
# for some users (don't know why) the table is called tablethree instead of tortable
|
# 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:
|
fields:
|
||||||
# column 3 will be the wait time for new users
|
# column 3 will be the wait time for new users
|
||||||
|
|
Loading…
Add table
Reference in a new issue