mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(filters): RED and OPS lossless parsing and filtering (#1373)
* fix(filters): RED and OPS lossless parsing and filtering * fix(filters): logscore and EP parsing * fix(filters): tests * fix(filters): tests * feat(definitions): RED parse title variable * feat(indexers): setup indexer to filter tests * feat(indexers): tests and improve parsing * feat(indexers): improve tests
This commit is contained in:
parent
9db5a8b116
commit
5328078b32
15 changed files with 1093 additions and 360 deletions
|
@ -352,6 +352,8 @@ func (p *IndexerIRCParse) Parse(def *IndexerDefinition, vars map[string]string,
|
|||
parser = IRCParserGazelleGames{}
|
||||
case "ops":
|
||||
parser = IRCParserOrpheus{}
|
||||
case "redacted":
|
||||
parser = IRCParserRedacted{}
|
||||
default:
|
||||
parser = IRCParserDefault{}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue