From 31441ff4c34e932147781272aceb138412157354 Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sat, 23 Jul 2022 15:53:38 +0200 Subject: [PATCH] fix(indexers): tn fix category parsing (#370) --- internal/indexer/definitions/torrentnetwork.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/torrentnetwork.yaml b/internal/indexer/definitions/torrentnetwork.yaml index cf67dbd..a6bfcfd 100644 --- a/internal/indexer/definitions/torrentnetwork.yaml +++ b/internal/indexer/definitions/torrentnetwork.yaml @@ -44,7 +44,7 @@ parse: lines: - test: - "{New Torrent} Name {Luke_EP--Wildstyle_-_Sump_Ting-(RNR002)-WEB-2016-OMA} Typ {Music|MP3} Pre {14 s}" - pattern: '\{New Torrent\} Name \{(.*)\} Typ \{(.*)\}(?: Pre \{(.*)\})?' + pattern: '\{New Torrent\} Name \{(.*)\} Typ \{(.+?)\}(?: Pre \{(.*)\})?' vars: - torrentName - category