mirror of https://github.com/Jackett/Jackett
rockbox: add date TZ, MR, MST
This commit is contained in:
parent
7489c2575d
commit
f2fd6d6c9c
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
id: RockBox
|
id: RockBox
|
||||||
name: RockBox Rock/Metal Tracker
|
name: RockBox
|
||||||
description: "RockBox Semi-Private site dedicated to HEAVY METAL/ROCK MUSIC. This definition is for the English site."
|
description: "RockBox Semi-Private site dedicated to HEAVY METAL/ROCK MUSIC. This definition is for the English site."
|
||||||
language: en-us
|
language: en-us
|
||||||
type: semi-private
|
type: semi-private
|
||||||
|
@ -60,9 +60,9 @@ search:
|
||||||
- path: torrents.php
|
- path: torrents.php
|
||||||
inputs:
|
inputs:
|
||||||
search: "{{ if or (.Query.Artist) (.Query.Album) }}{{ or (.Query.Artist) (.Query.Album) }}{{ else }}{{ .Keywords }}{{ end }}"
|
search: "{{ if or (.Query.Artist) (.Query.Album) }}{{ or (.Query.Artist) (.Query.Album) }}{{ else }}{{ .Keywords }}{{ end }}"
|
||||||
# 0 all 1 active 2 dead 3 seedwanted
|
# 0 all, 1 active, 2 dead, 3 seedwanted
|
||||||
active: 0
|
active: 0
|
||||||
# 0 title 1 title+descr 2 title+subgen
|
# 0 title, 1 title+descr, 2 title+subgen
|
||||||
options: 0
|
options: 0
|
||||||
order: "{{ .Config.sort }}"
|
order: "{{ .Config.sort }}"
|
||||||
by: "{{ .Config.type }}"
|
by: "{{ .Config.type }}"
|
||||||
|
@ -71,6 +71,8 @@ search:
|
||||||
selector: table.lista[width="100%"] tbody tr:has(a[href^="download.php?id="])
|
selector: table.lista[width="100%"] tbody tr:has(a[href^="download.php?id="])
|
||||||
|
|
||||||
fields:
|
fields:
|
||||||
|
category:
|
||||||
|
text: Music
|
||||||
title:
|
title:
|
||||||
selector: td a[href^="details.php?id="]
|
selector: td a[href^="details.php?id="]
|
||||||
details:
|
details:
|
||||||
|
@ -88,8 +90,10 @@ search:
|
||||||
selector: td:nth-child(6):contains("/")
|
selector: td:nth-child(6):contains("/")
|
||||||
optional: true
|
optional: true
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +00:00" # auto adjusted by site account profile
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "02/01/2006"
|
args: "02/01/2006 -07:00"
|
||||||
date:
|
date:
|
||||||
# 1 hour ago, 2 days ago, 3 weeks ago etc
|
# 1 hour ago, 2 days ago, 3 weeks ago etc
|
||||||
selector: td:nth-child(6):not(:contains("/"))
|
selector: td:nth-child(6):not(:contains("/"))
|
||||||
|
@ -104,10 +108,13 @@ search:
|
||||||
selector: td:nth-child(10)
|
selector: td:nth-child(10)
|
||||||
grabs:
|
grabs:
|
||||||
selector: td:nth-child(11)
|
selector: td:nth-child(11)
|
||||||
category:
|
|
||||||
text: Music
|
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
minimumratio:
|
||||||
|
text: 1.0
|
||||||
|
minimumseedtime:
|
||||||
|
# 1 day (as seconds = 24 x 60 x 60)
|
||||||
|
text: 86400
|
||||||
# BtitTracker (customised)
|
# BtitTracker (customised)
|
||||||
|
|
Loading…
Reference in New Issue