downloadville: fix definition (#3308)

This commit is contained in:
Celedhrim
2018-06-29 17:34:21 +02:00
committed by kaso17
parent 2e95c491a1
commit 44d14dc19c

View File

@@ -207,23 +207,23 @@
- name: querystring - name: querystring
args: "category" args: "category"
date: date:
selector: td:nth-of-type(4) selector: td:nth-of-type(5)
filters: filters:
- name: append - name: append
args: " -04:00" args: " -04:00"
- name: dateparse - name: dateparse
args: "02/01/2006 15:04:05 -07:00" args: "02/01/2006 15:04:05 -07:00"
seeders: seeders:
selector: td:nth-of-type(6)
leechers:
selector: td:nth-of-type(7) selector: td:nth-of-type(7)
grabs: leechers:
selector: td:nth-of-type(8) selector: td:nth-of-type(8)
grabs:
selector: td:nth-of-type(9)
filters: filters:
- name: replace - name: replace
args: ["---", "0"] args: ["---", "0"]
size: size:
selector: td:nth-of-type(10) selector: td:nth-of-type(11)
downloadvolumefactor: downloadvolumefactor:
case: case:
img[src="images/freeleech.gif"]: "0" img[src="images/freeleech.gif"]: "0"