mirror of
https://github.com/Jackett/Jackett
synced 2025-02-24 15:21:06 +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
|
||||
attribute: src
|
||||
size:
|
||||
selector: td:nth-child(8)
|
||||
files:
|
||||
selector: td:nth-child(5)
|
||||
grabs:
|
||||
selector: td:nth-child(9)
|
||||
files:
|
||||
selector: td:nth-child(6)
|
||||
grabs:
|
||||
selector: td:nth-child(10)
|
||||
filters:
|
||||
- name: regexp
|
||||
args: ([\d\.]+)
|
||||
seeders:
|
||||
selector: td:nth-child(10)
|
||||
leechers:
|
||||
selector: td:nth-child(11)
|
||||
leechers:
|
||||
selector: td:nth-child(12)
|
||||
date:
|
||||
selector: td:nth-child(7)
|
||||
selector: td:nth-child(8)
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
"a.info > b:contains(\"Free\")": "0"
|
||||
|
|
Loading…
Reference in a new issue