mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
efectodoppler: fix various artistas not in titles
also add date TZ add MR and MST
This commit is contained in:
@@ -177,4 +177,5 @@ search:
|
|||||||
"*": 1
|
"*": 1
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: 1
|
text: 1
|
||||||
|
# minimumratio: ratioless site, uses credit points instead.
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
@@ -80,8 +80,6 @@ search:
|
|||||||
fields:
|
fields:
|
||||||
category:
|
category:
|
||||||
text: 1
|
text: 1
|
||||||
artist:
|
|
||||||
text: "Varios artistas"
|
|
||||||
artist:
|
artist:
|
||||||
selector: a[href^="artist.php?id="]
|
selector: a[href^="artist.php?id="]
|
||||||
optional: true
|
optional: true
|
||||||
@@ -89,7 +87,7 @@ search:
|
|||||||
selector: a[href^="torrents.php?id="]
|
selector: a[href^="torrents.php?id="]
|
||||||
filters:
|
filters:
|
||||||
- name: prepend
|
- name: prepend
|
||||||
args: "{{.Result.artist}} - "
|
args: "{{ if .Result.artist }}{{ .Result.artist }}{{ else }}Varios artistas{{ end }} - "
|
||||||
details:
|
details:
|
||||||
selector: a[href^="torrents.php?id="]
|
selector: a[href^="torrents.php?id="]
|
||||||
attribute: href
|
attribute: href
|
||||||
@@ -107,8 +105,10 @@ search:
|
|||||||
selector: td:nth-child(4) span
|
selector: td:nth-child(4) span
|
||||||
attribute: title
|
attribute: title
|
||||||
filters:
|
filters:
|
||||||
|
- name: append
|
||||||
|
args: " +01:00" # CET
|
||||||
- name: dateparse
|
- name: dateparse
|
||||||
args: "Jan 02 2006, 15:04"
|
args: "Jan 02 2006, 15:04 -07:00"
|
||||||
size:
|
size:
|
||||||
selector: td:nth-child(5)
|
selector: td:nth-child(5)
|
||||||
grabs:
|
grabs:
|
||||||
@@ -126,4 +126,9 @@ search:
|
|||||||
case:
|
case:
|
||||||
strong.torrent_label[title*="Neutral"]: 0
|
strong.torrent_label[title*="Neutral"]: 0
|
||||||
"*": 1
|
"*": 1
|
||||||
|
minimumratio:
|
||||||
|
text: 0.6
|
||||||
|
minimumseedtime:
|
||||||
|
# 3 days (as seconds = 3 x 24 x 60 x 60)
|
||||||
|
text: 259200
|
||||||
# engine n/a
|
# engine n/a
|
||||||
|
Reference in New Issue
Block a user