mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(indexers): tn fix category parsing (#370)
This commit is contained in:
parent
d56693cd33
commit
31441ff4c3
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ parse:
|
||||||
lines:
|
lines:
|
||||||
- test:
|
- test:
|
||||||
- "{New Torrent} Name {Luke_EP--Wildstyle_-_Sump_Ting-(RNR002)-WEB-2016-OMA} Typ {Music|MP3} Pre {14 s}"
|
- "{New Torrent} Name {Luke_EP--Wildstyle_-_Sump_Ting-(RNR002)-WEB-2016-OMA} Typ {Music|MP3} Pre {14 s}"
|
||||||
pattern: '\{New Torrent\} Name \{(.*)\} Typ \{(.*)\}(?: Pre \{(.*)\})?'
|
pattern: '\{New Torrent\} Name \{(.*)\} Typ \{(.+?)\}(?: Pre \{(.*)\})?'
|
||||||
vars:
|
vars:
|
||||||
- torrentName
|
- torrentName
|
||||||
- category
|
- category
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue