mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 06:03:09 +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:
|
date:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " -00:00" # GMT
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "2006-01-0215:04:05"
|
args: "2006-01-0215:04:05 -07:00"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(6)
|
selector: td:nth-child(6)
|
||||||
grabs:
|
grabs:
|
||||||
|
@ -160,4 +162,6 @@ search:
|
||||||
text: 1
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
minimumratio:
|
||||||
|
text: 0.25
|
||||||
# EzTorrent 0.7
|
# EzTorrent 0.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue