Il Corsaro Blu: Update definition (#3493)

Quick fix for parsing
This commit is contained in:
Jorman 2018-07-30 18:08:17 +02:00 committed by kaso17
parent e61f6e78b3
commit 8510a42d7a
1 changed files with 5 additions and 5 deletions

View File

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