mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
pornbits: add date TZ
This commit is contained in:
parent
025ad5df8b
commit
e3c64679f7
1 changed files with 3 additions and 1 deletions
|
@ -89,8 +89,10 @@ search:
|
|||
selector: td:nth-child(4) div:nth-child(2):contains("-")
|
||||
optional: true
|
||||
filters:
|
||||
- name: append
|
||||
args: " -07:00" # PDT
|
||||
- name: dateparse
|
||||
args: "3:04pm 2006-01-02"
|
||||
args: "3:04pm 2006-01-02 -07:00"
|
||||
size:
|
||||
selector: td:nth-child(5) div:nth-child(1)
|
||||
files:
|
||||
|
|
Loading…
Add table
Reference in a new issue