mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
crazyspirits: new layout for date
This commit is contained in:
parent
fb740d4811
commit
08f14ae869
1 changed files with 13 additions and 3 deletions
|
@ -204,9 +204,19 @@
|
|||
attribute: onmouseover
|
||||
filters:
|
||||
- name: regexp
|
||||
args: " Le : </b>(.*?)<br"
|
||||
- name: dateparse
|
||||
args: "02-01-2006"
|
||||
args: "Partagé Voilà : </b>(.*?)<br"
|
||||
- name: replace
|
||||
args: ["heure", "hour"]
|
||||
- name: replace
|
||||
args: ["jour", "day"]
|
||||
- name: replace
|
||||
args: ["semaine", "week"]
|
||||
- name: replace
|
||||
args: ["mois", "months"]
|
||||
- name: replace
|
||||
args: ["an", "year"]
|
||||
- name: append
|
||||
args: " ago"
|
||||
downloadvolumefactor:
|
||||
case:
|
||||
img[src="images/Torrents/free.png"]: 0
|
||||
|
|
Loading…
Reference in a new issue