mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
ilcorsaroblu: html changes
This commit is contained in:
@@ -144,21 +144,27 @@
|
|||||||
# - name: regexp
|
# - name: regexp
|
||||||
# args: "src=(.+?) "
|
# args: "src=(.+?) "
|
||||||
size:
|
size:
|
||||||
selector: td:nth-last-child(3)
|
selector: td:nth-last-child(2)
|
||||||
date:
|
date:
|
||||||
selector: td:nth-last-child(7)
|
selector: td:nth-last-child(6):contains('ago')
|
||||||
|
optional: true
|
||||||
|
filters:
|
||||||
|
- name: timeago
|
||||||
|
date:
|
||||||
|
selector: td:nth-last-child(6):contains('/')
|
||||||
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006"
|
args: "02/01/2006"
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-last-child(4)
|
selector: td:nth-last-child(3)
|
||||||
filters:
|
filters:
|
||||||
- name: replace
|
- name: replace
|
||||||
args: ["---", "0"]
|
args: ["---", "0"]
|
||||||
seeders:
|
seeders:
|
||||||
selector: td:nth-last-child(6)
|
|
||||||
leechers:
|
|
||||||
selector: td:nth-last-child(5)
|
selector: td:nth-last-child(5)
|
||||||
|
leechers:
|
||||||
|
selector: td:nth-last-child(4)
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
|
Reference in New Issue
Block a user