From 2ca7975d3d9bdf8e7fcbd277d1b79de8f3ff0884 Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Sat, 6 Apr 2019 07:52:28 +1300 Subject: [PATCH] cpasbien, cpasbienclone, gktorrent, torrent9, torrent9clone: fix title. resolves #5027 --- src/Jackett.Common/Definitions/cpabien.yml | 2 +- src/Jackett.Common/Definitions/cpasbienclone.yml | 2 +- src/Jackett.Common/Definitions/gktorrent.yml | 2 +- src/Jackett.Common/Definitions/torrent9.yml | 2 +- src/Jackett.Common/Definitions/torrent9clone.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Jackett.Common/Definitions/cpabien.yml b/src/Jackett.Common/Definitions/cpabien.yml index 8c86d068e..bbc55da3b 100644 --- a/src/Jackett.Common/Definitions/cpabien.yml +++ b/src/Jackett.Common/Definitions/cpabien.yml @@ -67,7 +67,7 @@ filters: # now we put the date at the right place according scene naming rules using .Result.site_date - name: replace - args: ["FRENCH", "{{ .Result.site_date }} FRENCH"] + args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] - name: replace args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] - name: replace diff --git a/src/Jackett.Common/Definitions/cpasbienclone.yml b/src/Jackett.Common/Definitions/cpasbienclone.yml index e68656ac2..780d469f0 100644 --- a/src/Jackett.Common/Definitions/cpasbienclone.yml +++ b/src/Jackett.Common/Definitions/cpasbienclone.yml @@ -50,7 +50,7 @@ filters: # now we put the date at the right place according scene naming rules using .Result.site_date - name: replace - args: ["FRENCH", "{{ .Result.site_date }} FRENCH"] + args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] - name: replace args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] - name: replace diff --git a/src/Jackett.Common/Definitions/gktorrent.yml b/src/Jackett.Common/Definitions/gktorrent.yml index 8a3b80574..c7479150f 100644 --- a/src/Jackett.Common/Definitions/gktorrent.yml +++ b/src/Jackett.Common/Definitions/gktorrent.yml @@ -63,7 +63,7 @@ filters: # now we put the date at the right place according scene naming rules using .Result.site_date - name: replace - args: ["FRENCH", "{{ .Result.site_date }} FRENCH"] + args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] - name: replace args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] - name: replace diff --git a/src/Jackett.Common/Definitions/torrent9.yml b/src/Jackett.Common/Definitions/torrent9.yml index f98b60df4..6b84d9399 100644 --- a/src/Jackett.Common/Definitions/torrent9.yml +++ b/src/Jackett.Common/Definitions/torrent9.yml @@ -63,7 +63,7 @@ filters: # now we put the date at the right place according scene naming rules using .Result.site_date - name: replace - args: ["FRENCH", "{{ .Result.site_date }} FRENCH"] + args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] - name: replace args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] - name: replace diff --git a/src/Jackett.Common/Definitions/torrent9clone.yml b/src/Jackett.Common/Definitions/torrent9clone.yml index bd434760a..87d07940a 100644 --- a/src/Jackett.Common/Definitions/torrent9clone.yml +++ b/src/Jackett.Common/Definitions/torrent9clone.yml @@ -72,7 +72,7 @@ filters: # now we put the date at the right place according scene naming rules using .Result.site_date - name: replace - args: ["FRENCH", "{{ .Result.site_date }} FRENCH"] + args: [" FRENCH", " {{ .Result.site_date }} FRENCH"] - name: replace args: ["TRUEFRENCH", "{{ .Result.site_date }} TRUEFRENCH"] - name: replace