mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Torlock: fix date parsing
This commit is contained in:
@@ -52,6 +52,9 @@
|
||||
args: ".torrent"
|
||||
date:
|
||||
selector: td:nth-child(2)
|
||||
filters:
|
||||
- name: re_replace
|
||||
args: ["(day|hour)s?$", "$0s ago"] # add ago to relative dates (fresh torrents page)
|
||||
size:
|
||||
selector: td:nth-child(3)
|
||||
seeders:
|
||||
|
Reference in New Issue
Block a user