From 46676f90663cb85cf13fcd355e5bbd3e315f3716 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 12 Nov 2022 13:32:30 +0100 Subject: [PATCH] fix(indexers): HUNO missing escapes on slashes (#534) Update huno.yaml Fixing some missing escapes --- internal/indexer/definitions/huno.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/indexer/definitions/huno.yaml b/internal/indexer/definitions/huno.yaml index 46f0f06..e9ee0f7 100644 --- a/internal/indexer/definitions/huno.yaml +++ b/internal/indexer/definitions/huno.yaml @@ -53,7 +53,7 @@ parse: - test: - "New in [Movie]: Old Movie (1981) (1080p BluRay x265 SDR DD 2.0 English - group1) [4.5 GiB] [FL: No] [INTERNAL: Yes] [https://hawke.uno/torrents/0000] by: [anon]" - "New in [TV]: Popular show (2022) S01E09 (1080p DSNP WEB-DL x265 SDR DDP Atmos 5.1 English - GROUP)[REPACK] [955.97 MiB] [FL: Yes] [INTERNAL: Yes] [https://hawke.uno/torrents/0000] by: [uploader]" - pattern: 'New in \[(.*)\]: ((.*) \(\d+\)(?: S\d+E\d+)? \((.*)\))(?:\[(?:REPACK2|REPACK|PROPER)\])? \[(.*)\] \[FL: (Yes|No)\] \[Internal: (Yes|No)\] \[(https://.+)/torrents/(\d+)\] by: \[(.*)\]' + pattern: 'New in \[(.*)\]: ((.*) \(\d+\)(?: S\d+E\d+)? \((.*)\))(?:\[(?:REPACK2|REPACK|PROPER)\])? \[(.*)\] \[FL: (Yes|No)\] \[Internal: (Yes|No)\] \[(https:\/\/.+)\/torrents\/(\d+)\] by: \[(.*)\]' vars: - category - torrentName