mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-16 17:04:08 +02:00
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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user