mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): HUNO missing escapes on slashes (#534)
Update huno.yaml Fixing some missing escapes
This commit is contained in:
parent
14ecaa530e
commit
46676f9066
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue