Fix some rows for ilcorsaroblu (#3942)

This commit is contained in:
Jorman 2018-10-09 19:29:08 +02:00 committed by garfield69
parent acc1e7e65a
commit a184ad4d7c
1 changed files with 5 additions and 5 deletions

View File

@ -144,18 +144,18 @@
- name: regexp
args: "src=(.+?) "
size:
selector: td:nth-child(10)
selector: td:nth-child(9)
date:
selector: td:nth-child(6)
selector: td:nth-child(5)
filters:
- name: dateparse
args: "02/01/2006"
grabs:
selector: td:nth-child(9)
selector: td:nth-child(8)
filters:
- name: replace
args: ["---", "0"]
seeders:
selector: td:nth-child(7)
selector: td:nth-child(6)
leechers:
selector: td:nth-child(8)
selector: td:nth-child(7)