the-crazy-ones: fix leech detection

This commit is contained in:
Garfield69 2022-03-14 09:04:07 +13:00
parent 4ce2ba5b0d
commit e2a711ca15
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ search:
seeders:
selector: td.tablea table tbody tr:nth-child(2) td:nth-child(2) b:nth-child(1)
leechers:
selector: td.tablea table tbody tr:nth-child(2) td:nth-child(2) b:nth-of-type(2)
selector: td.tablea table tbody tr:nth-child(2) td:nth-child(2) > b:nth-of-type(2)
grabs:
selector: td.tablea table tbody tr:nth-child(2) td:nth-child(3) b:nth-child(1)
date: