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]
|
selector: a[imgsrc]
|
||||||
attribute: imgsrc
|
attribute: imgsrc
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td.inline_info:nth-last-child(4)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(3)
|
selector: td.inline_info:nth-last-child(3)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [",", ""]
|
args: [",", ""]
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(2)
|
selector: td.inline_info:nth-last-child(2)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [",", ""]
|
args: [",", ""]
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(1)
|
selector: td.inline_info:nth-last-child(1)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: [",", ""]
|
args: [",", ""]
|
||||||
|
Reference in New Issue
Block a user