crazyspirites: new results layout

This commit is contained in:
Garfield69 2020-06-25 15:48:40 +12:00
parent d4e83b03c2
commit 9c31b41176
1 changed files with 5 additions and 15 deletions

View File

@ -189,11 +189,11 @@ search:
- name: regexp - name: regexp
args: "src=(.*?)><" args: "src=(.*?)><"
grabs: grabs:
selector: td:nth-last-child(4) selector: td:nth-last-child(5)
seeders: seeders:
selector: td:nth-last-child(3) selector: td:nth-last-child(4)
leechers: leechers:
selector: td:nth-last-child(2) selector: td:nth-last-child(3)
size: size:
selector: a[onmouseover][href^="torrents-details.php?id="] selector: a[onmouseover][href^="torrents-details.php?id="]
attribute: onmouseover attribute: onmouseover
@ -206,18 +206,8 @@ search:
filters: filters:
- name: regexp - name: regexp
args: "Partagé Voilà : </b>(.*?)<br" args: "Partagé Voilà : </b>(.*?)<br"
- name: replace - name: dateparse
args: ["heure", "hour"] args: "01-02-2006"
- 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: downloadvolumefactor:
case: case:
img[src="images/Torrents/free.png"]: 0 img[src="images/Torrents/free.png"]: 0