From 4fbaa0b72c138d85e9bf089a802daef19b59526f Mon Sep 17 00:00:00 2001 From: martylukyy <35452459+martylukyy@users.noreply.github.com> Date: Sat, 8 Feb 2025 14:15:20 +0100 Subject: [PATCH] fix(indexers): fuzer regex pattern (#1964) --- internal/indexer/definitions/fuzer.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/internal/indexer/definitions/fuzer.yaml b/internal/indexer/definitions/fuzer.yaml index 430cbc3..5fb416e 100644 --- a/internal/indexer/definitions/fuzer.yaml +++ b/internal/indexer/definitions/fuzer.yaml @@ -78,7 +78,16 @@ irc: baseUrl: http://fuzer.me/ torrentId: "616161" torrentName: The.Best.S01E05.1080p.WEB.H264-TEST - pattern: 'New Torrent:.*\| .* Category: (.*) By: (.*) Size: (.*) Link: (https?\:\/\/.*\/).*attachmentid=(\d+) \[(.*)\]' + - line: 'New Torrent: Some Simulation Game-GROUP Category: משחקים PC By: SomeUploader Size: 58.58GB Link: http://fuzer.me/attachment.php?attachmentid=000000 [Some.Simulation.Game-GROUP]' + expect: + category: "משחקים PC" + uploader: SomeUploader + torrentSize: 58.58GB + baseUrl: http://fuzer.me/ + torrentId: "000000" + torrentName: Some.Simulation.Game-GROUP + + pattern: 'New Torrent:.*Category: (.*) By: (.*) Size: (.*) Link: (https?\:\/\/.*\/).*attachmentid=(\d+) \[(.*)\]' vars: - category - uploader