mirror of https://github.com/Jackett/Jackett
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:
parent
12d8340114
commit
31ce2ca545
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue