1
0
Fork 0
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:
Garfield69 2025-02-14 04:54:05 +13:00
parent 91c6e747bc
commit 865ab99efc

View file

@ -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