From 2cf2dafde0e51f5f8b7b180ded32a36690c31d43 Mon Sep 17 00:00:00 2001 From: Andreas Mieke Date: Sun, 28 Feb 2016 21:44:51 +0100 Subject: [PATCH] Changing LP RegEx so it finally works --- config/gronkh.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gronkh.json.example b/config/gronkh.json.example index 0109d97..f892b85 100644 --- a/config/gronkh.json.example +++ b/config/gronkh.json.example @@ -1,7 +1,7 @@ { "EpisodeRegex": "^(?:Folge |Folge |Special |Folge S01E|Folge ß|Folge ESIDENT EVIL REVELATIONS 2 \\[|Folge #|Folge 1 – Galaktischer Krie\\: |Folge 15; Zurück in der neuen Wel\\: |Folge 6½ \\[German\\] – Dr\\. Kleiners Vortra\\: |Folge ESIDENT EVIL REVELATIONS 2 \\[)([0-9]+)(?:½\\: |\\: | – |; |\\.5\\: |½ \\[German\\] – | Verwirrspiele & Hinterhalt\\: 18 |] |\\. KIPPLASTER RACING Schwadro\\: 95\\. |[,.][0-9a-zA-Z]+\\: | Titanenlord Ursego\\: 41 |[a-zA-Z]\\: )", "RemoveRegex": "^(?:Folge Special\\: |Folge special\\: | – Let’s Play [1080][PS4\\: SIDENT EVIL REVELATIONS 2 [23] Getrennt..! – Let’s Play [1080][PS4]|Folge pecial\\: )", - "LPRenameRegex": "^(?:\\(Gronkh|Sarazar|Amras|Trashtazmani|Honeyball|TrueMG|Rahmschnitzel|LookslikeLink|Suishomaru|HerrDekay|Hijuga|Zombey\\))", + "LPRenameRegex": "(?: \\(Gronkh\\)| \\(Sarazar\\)| \\(Amras\\)| \\(Trashtazmani\\)| \\(Honeyball\\)| \\(TrueMG\\)| \\(Rahmschnitzel\\)| \\(LookslikeLink\\)| \\(Suishomaru\\)| \\(HerrDekay\\)| \\(Hijuga\\)| \\(Zombey\\))", "YoutubeKey": "FOOOBAAAARRRRRRR", "DatabaseConnection": "host=localhost user=gronkhde dbname=gronkhde sslmode=disable", "GronkhUrl": "http://5.62.67.8",