mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): properly escape regex patterns (#448)
fix(indexers): properly escape regex
This commit is contained in:
parent
b4c3734bbd
commit
0ed2b1233d
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ parse:
|
|||
lines:
|
||||
- test:
|
||||
- "[NEW] Some.Show.S08E20.EXTENDED.720p.BluRay.X264-GROUP [TV/720] https://scenehd.org/details.php?id=00000"
|
||||
pattern: "\[NEW] (.*) \[([^\]]+)] (https?\:\/\/[^\/]+)\/.*[&\?]id=(\d+)"
|
||||
pattern: '\[NEW] (.*) \[([^\]]+)] (https?\:\/\/[^\/]+)\/.*[&\?]id=(\d+)'
|
||||
vars:
|
||||
- torrentName
|
||||
- category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue