Fix #1383 nyaa-pantsu date selector incorrect (#1412)

Looking at the html of nyaa-pantsu search page, the date field is using a class of .date-short not .date.

this corrects the above.
This commit is contained in:
NinjaBanjo
2017-05-25 04:28:25 -05:00
committed by kaso17
parent 12d8340114
commit 31ce2ca545

View File

@@ -72,7 +72,7 @@
selector: td:nth-child(5) selector: td:nth-child(5)
optional: true optional: true
date: date:
selector: td.date selector: td.date-short
filters: filters:
- name: dateparse - name: dateparse
args: "2006-01-02T15:04:05Z" args: "2006-01-02T15:04:05Z"