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

View file

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