mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ptfiles: drop rows without DL
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user