From baac92cc25ce76925a78625bf274a43f013cc69b Mon Sep 17 00:00:00 2001 From: Ludvig Lundgren Date: Sat, 26 Mar 2022 18:40:22 +0100 Subject: [PATCH] fix(indexers): revtt regex escape (#206) --- internal/indexer/definitions/revolutiontt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/revolutiontt.yaml b/internal/indexer/definitions/revolutiontt.yaml index 9f2e293..05e053d 100644 --- a/internal/indexer/definitions/revolutiontt.yaml +++ b/internal/indexer/definitions/revolutiontt.yaml @@ -51,7 +51,7 @@ parse: - test: - "!new Some.TV.Show.S01E02.720p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=z4WBMrhj&hit=1" - "!new Some.Other.Show.S01E02.1080p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=eAg24buk&hit=1" - pattern: "!new (.*) \| (.*) \| (https?:\/\/.*\/).*id=([0-9a-zA-Z]+)" + pattern: '!new (.*) \| (.*) \| (https?:\/\/.*\/).*id=([0-9a-zA-Z]+)' vars: - torrentName - category