mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(indexers): update pattern RevTT (#204)
Currently releases are saved as !new ReleaseName.720p.HDTV.x264-NoGroup. Adding double quotes on pattern to avoid this.
This commit is contained in:
parent
3493a39537
commit
dc0428fcc9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ parse:
|
|||
- test:
|
||||
- "!new Some.TV.Show.S01E02.720p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=z4WBMrhj&hit=1"
|
||||
- "!new Some.Other.Show.S01E02.1080p.WEB.h264-KOGi | TV/HDx264 | https://revolutiontt.me/details.php?id=eAg24buk&hit=1"
|
||||
pattern: !new (.*) \| (.*) \| (https?:\/\/.*\/).*id=([0-9a-zA-Z]+)
|
||||
pattern: "!new (.*) \| (.*) \| (https?:\/\/.*\/).*id=([0-9a-zA-Z]+)"
|
||||
vars:
|
||||
- torrentName
|
||||
- category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue