mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
assorted unit3d v8: bump engine tags
This commit is contained in:
@@ -178,4 +178,4 @@ search:
|
|||||||
optional: true
|
optional: true
|
||||||
title:
|
title:
|
||||||
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
||||||
# json UNIT3D 8.0.1
|
# json UNIT3D 8.0.2
|
||||||
|
@@ -174,4 +174,4 @@ search:
|
|||||||
optional: true
|
optional: true
|
||||||
title:
|
title:
|
||||||
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
text: "{{ if and (.Config.single_file_release_use_filename) (eq .Result.files \"1\") (.Result.title_filename) }}{{ .Result.title_filename }}{{ else }}{{ .Result.title_optional }}{{ end }}"
|
||||||
# json UNIT3D 8.0.0
|
# json UNIT3D 8.0.2
|
||||||
|
@@ -187,4 +187,4 @@ search:
|
|||||||
args: ["(?i)\\bStagion[ei]\\s?(\\d{1})\\b|\\bSeason'?s?\\s?(\\d{1})\\b", "S0$1$2"]
|
args: ["(?i)\\bStagion[ei]\\s?(\\d{1})\\b|\\bSeason'?s?\\s?(\\d{1})\\b", "S0$1$2"]
|
||||||
- name: re_replace # Stagione XX --> SXX
|
- name: re_replace # Stagione XX --> SXX
|
||||||
args: ["(?i)\\bStagion[ei]\\s?(\\d{2,})\\b|\\bSeason'?s?\\s?(\\d{2,})\\b", "S$1$2"]
|
args: ["(?i)\\bStagion[ei]\\s?(\\d{2,})\\b|\\bSeason'?s?\\s?(\\d{2,})\\b", "S$1$2"]
|
||||||
# json UNIT3D 8.0.2
|
# json UNIT3D 8.0.2 (custom)
|
||||||
|
@@ -211,4 +211,4 @@ search:
|
|||||||
args: ["(?i)\\b(pl)\\b", "POLISH"]
|
args: ["(?i)\\b(pl)\\b", "POLISH"]
|
||||||
title:
|
title:
|
||||||
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
|
text: "{{ if .Config.multilang }}{{ .Result.title_multilang }}{{ else }}{{ .Result.title_phase1 }}{{ end }}"
|
||||||
# json UNIT3D 8.0.1
|
# json UNIT3D 8.0.1 (custom)
|
||||||
|
@@ -214,4 +214,4 @@ search:
|
|||||||
args: ["(?i)\\b(?:Puntate\\s*)(\\d+)\\s?(\\d+)", "E0$1-0$2"]
|
args: ["(?i)\\b(?:Puntate\\s*)(\\d+)\\s?(\\d+)", "E0$1-0$2"]
|
||||||
- name: re_replace # rimozioni varie
|
- name: re_replace # rimozioni varie
|
||||||
args: ["(?i)(Serie completa|Completat?a?|in pausa)", ""]
|
args: ["(?i)(Serie completa|Completat?a?|in pausa)", ""]
|
||||||
# json UNIT3D 8.0.0 (custom)
|
# json UNIT3D 8.0.2 (custom)
|
||||||
|
Reference in New Issue
Block a user