mirror of https://github.com/Jackett/Jackett
ptmsg: add MT
This commit is contained in:
parent
e711513c0e
commit
0d512f7d09
|
@ -121,7 +121,7 @@ search:
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +08:00"
|
args: " +08:00" # CST
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-02 15:04:05 -07:00"
|
args: "2006-01-02 15:04:05 -07:00"
|
||||||
date:
|
date:
|
||||||
|
@ -130,7 +130,7 @@ search:
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
- name: append
|
- name: append
|
||||||
args: " +08:00"
|
args: " +08:00" # CST
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-0215:04:05 -07:00"
|
args: "2006-01-0215:04:05 -07:00"
|
||||||
size:
|
size:
|
||||||
|
@ -158,4 +158,6 @@ search:
|
||||||
description:
|
description:
|
||||||
selector: td:nth-child(2)
|
selector: td:nth-child(2)
|
||||||
remove: a, img
|
remove: a, img
|
||||||
|
minimumratio:
|
||||||
|
text: 0.81
|
||||||
# NexusPHP Standard v1.5 Beta 4
|
# NexusPHP Standard v1.5 Beta 4
|
||||||
|
|
Loading…
Reference in New Issue