mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): multiple definition regex pattern corrections (#656)
* fuzer: fix regex pattern old: https://regex101.com/r/pmyFOX/1 new: https://regex101.com/r/YxtVT7/1 * hebits: fix regex pattern old: https://regex101.com/r/66kpcT/1 new: https://regex101.com/r/AuJPRg/1 * iplay: fix regex pattern * forgot to update pattern * ncore: fix regex pattern didnt catch baseurl correctly * retroflix: fix regex pattern old: https://regex101.com/r/WY5qPu/1 new: https://regex101.com/r/qIS6i5/1 * speedapp: removed unused capture group old: https://regex101.com/r/1v0T3j/1 new: https://regex101.com/r/Fzv6Cq/1 * torrentbytes: fixed bad baseurl capture old: https://regex101.com/r/n5iJr6/1 new: https://regex101.com/r/ozIu3F/1
This commit is contained in:
parent
513a0f3369
commit
4ae2773dc9
7 changed files with 8 additions and 10 deletions
|
@ -52,7 +52,7 @@ irc:
|
|||
- test:
|
||||
- "New! (Movies HD-RO) - Some.File.2022.1080p.WEB-DL.DDP5.1.Atmos.H.264.mkv - (5.14 GB) - https://speedapp.io/browse/00000/t/some-file-2022-1080p-web-dl-ddp5-1-atmos-h-264-mkv"
|
||||
- "New! (XXX HD) - Some.XXX.21.05.19.famous.actress.XXX.1080p.MP4-WRB - (841.64 MB) - https://speedapp.io/browse/000000/t/some-xxx-21-05-19-famous-actress-xxx-1080p-mp4-wrb"
|
||||
pattern: 'New! \((.+)\) - (.+) - \((.+)\) - (https?:\/\/.+\/)browse\/(\d+)\/t\/(.+)'
|
||||
pattern: 'New! \((.+)\) - (.+) - \((.+)\) - (https?:\/\/.+\/)browse\/(\d+)\/t\/.+'
|
||||
vars:
|
||||
- category
|
||||
- torrentName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue