fuzer: internal releases have extra links

This commit is contained in:
Garfield69 2022-11-24 16:12:55 +13:00
parent 5cd2d07f41
commit 5022611d7a
1 changed files with 4 additions and 4 deletions

View File

@ -142,19 +142,19 @@ search:
selector: a[imgsrc]
attribute: imgsrc
size:
selector: td:nth-last-child(4)
selector: td.inline_info:nth-last-child(4)
grabs:
selector: td:nth-last-child(3)
selector: td.inline_info:nth-last-child(3)
filters:
- name: replace
args: [",", ""]
seeders:
selector: td:nth-last-child(2)
selector: td.inline_info:nth-last-child(2)
filters:
- name: replace
args: [",", ""]
leechers:
selector: td:nth-last-child(1)
selector: td.inline_info:nth-last-child(1)
filters:
- name: replace
args: [",", ""]