autobrr/internal/indexer
Alejo Gaitán 8f995006b1
fix(indexers): OPS log score parsing (#1592)
* fix(parsing): OPS Missing %

The message from OPS Announce does not contain a % sign and that seemed to break it. This is probably not the best fix but it is something.

* fix(parsing): Join Tags and Remove Unnecessary Char Replacement

Forgot to join tags before parsing, and removed an unnecessary char replacement that was not needed.

* fix(parsing): Added Regex for 0-100

I forgot to check for all score values, also added the regex import

* feat: add test cases for OPS log score parsing

---------

Co-authored-by: ze0s <ze0s@riseup.net>
2024-07-17 00:39:29 +02:00
..
definitions feat(indexers): add BitHUmen (#1576) 2024-06-18 15:48:21 +02:00
api.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
definition_test.go fix(indexers): AnimeBytes parsing (#1259) 2023-11-18 23:07:50 +01:00
definitions.go chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
indexer_test.go fix(indexers): OPS log score parsing (#1592) 2024-07-17 00:39:29 +02:00
parse.go feat(definitions): add expectations for test lines (#1257) 2023-11-18 15:41:39 +01:00
service.go feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00