mirror of https://github.com/Jackett/Jackett
ilcorsaroblu: adjustments for their recent changes
This commit is contained in:
parent
175d7f5379
commit
b0132da030
|
@ -136,32 +136,29 @@
|
||||||
details:
|
details:
|
||||||
selector: td:nth-child(2) > a
|
selector: td:nth-child(2) > a
|
||||||
attribute: href
|
attribute: href
|
||||||
banner:
|
# banner:
|
||||||
optional: true
|
# optional: true
|
||||||
selector: td:nth-child(2) > a
|
# selector: td:nth-child(2) > a
|
||||||
attribute: onmouseover
|
# attribute: onmouseover
|
||||||
filters:
|
# filters:
|
||||||
- name: regexp
|
# - name: regexp
|
||||||
args: "src=(.+?) "
|
# args: "src=(.+?) "
|
||||||
size:
|
size:
|
||||||
text: "500 MB"
|
selector: td:nth-last-child(3)
|
||||||
size:
|
|
||||||
optional: true
|
|
||||||
selector: td:nth-child(4):contains("B")
|
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(6)
|
selector: td:nth-last-child(7)
|
||||||
filters:
|
filters:
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006"
|
args: "02/01/2006"
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(4)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["---", "0"]
|
args: ["---", "0"]
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(6)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(5)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
|
Loading…
Reference in New Issue