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
1 changed files with 1 additions and 1 deletions

View File

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