mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 15:57:50 +00:00
girotorrent: new layout
This commit is contained in:
parent
38e3bd9d7c
commit
7c0a5eb598
1 changed files with 4 additions and 4 deletions
|
@ -221,18 +221,18 @@ search:
|
|||
- name: regexp
|
||||
args: "src=(.+?) "
|
||||
date:
|
||||
selector: td:nth-last-child(9)
|
||||
selector: td:nth-last-child(8)
|
||||
filters:
|
||||
- name: append
|
||||
args: " +00:00" # auto adjusted by site account profile
|
||||
- name: dateparse
|
||||
args: "02/01/2006 -07:00"
|
||||
seeders:
|
||||
selector: td:nth-last-child(8)
|
||||
leechers:
|
||||
selector: td:nth-last-child(7)
|
||||
grabs:
|
||||
leechers:
|
||||
selector: td:nth-last-child(6)
|
||||
grabs:
|
||||
selector: td:nth-last-child(5)
|
||||
size:
|
||||
selector: td:nth-last-child(4)
|
||||
downloadvolumefactor:
|
||||
|
|
Loading…
Reference in a new issue