fix(indexers): fuzer regex pattern (#1964)

This commit is contained in:
martylukyy 2025-02-08 14:15:20 +01:00 committed by GitHub
parent af2b9ef8b3
commit 4fbaa0b72c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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