mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +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)
|
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"
|
||||||
|
Reference in New Issue
Block a user