mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
girotorrent: new layout selectors
This commit is contained in:
@@ -221,18 +221,18 @@ search:
|
|||||||
- name: regexp
|
- name: regexp
|
||||||
args: "src=(.+?) "
|
args: "src=(.+?) "
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(8)
|
selector: td:nth-last-child(9)
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +00:00" # auto adjusted by site account profile
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006 -07:00"
|
args: "02/01/2006 -07:00"
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(7)
|
selector: td:nth-last-child(8)
|
||||||
leechers:
|
leechers:
|
||||||
selector: td:nth-last-child(6)
|
selector: td:nth-last-child(7)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(6)
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(4)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user