mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 23:22:46 +00:00
Rockhard Lossless: update to new layout
This commit is contained in:
parent
4d36165cdf
commit
b60bcda109
1 changed files with 7 additions and 7 deletions
|
@ -54,20 +54,20 @@
|
||||||
selector: td:nth-child(2) > img
|
selector: td:nth-child(2) > img
|
||||||
attribute: src
|
attribute: src
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(8)
|
|
||||||
files:
|
|
||||||
selector: td:nth-child(5)
|
|
||||||
grabs:
|
|
||||||
selector: td:nth-child(9)
|
selector: td:nth-child(9)
|
||||||
|
files:
|
||||||
|
selector: td:nth-child(6)
|
||||||
|
grabs:
|
||||||
|
selector: td:nth-child(10)
|
||||||
filters:
|
filters:
|
||||||
- name: regexp
|
- name: regexp
|
||||||
args: ([\d\.]+)
|
args: ([\d\.]+)
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-child(10)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-child(11)
|
selector: td:nth-child(11)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-child(12)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-child(7)
|
selector: td:nth-child(8)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
case:
|
case:
|
||||||
"a.info > b:contains(\"Free\")": "0"
|
"a.info > b:contains(\"Free\")": "0"
|
||||||
|
|
Loading…
Reference in a new issue