mirror of
https://github.com/Jackett/Jackett
synced 2025-03-09 13:52:03 +00:00
dimeadozen: add MR and date TZ
This commit is contained in:
parent
c681b7aec3
commit
23c10ace11
1 changed files with 5 additions and 1 deletions
|
@ -143,8 +143,10 @@ search:
|
|||
date:
|
||||
selector: td:nth-child(5)
|
||||
filters:
|
||||
- name: append
|
||||
args: " -00:00" # GMT
|
||||
- name: dateparse
|
||||
args: "2006-01-0215:04:05"
|
||||
args: "2006-01-0215:04:05 -07:00"
|
||||
size:
|
||||
selector: td:nth-child(6)
|
||||
grabs:
|
||||
|
@ -160,4 +162,6 @@ search:
|
|||
text: 1
|
||||
uploadvolumefactor:
|
||||
text: 1
|
||||
minimumratio:
|
||||
text: 0.25
|
||||
# EzTorrent 0.7
|
||||
|
|
Loading…
Add table
Reference in a new issue