mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
fuzer: internal releases have extra links
This commit is contained in:
@@ -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: [",", ""]
|
||||
|
Reference in New Issue
Block a user