autobrr/internal
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
..
action feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
announce feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
api chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
auth fix(user): change username (#1502) 2024-04-12 15:09:40 +02:00
config feat(config): check pid for container startup (#1589) 2024-07-03 21:43:13 +02:00
database feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
domain fix(indexers): OPS log score parsing (#1592) 2024-07-17 00:39:29 +02:00
download_client chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
events chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
feed fix(rss): use custom client for rss tests (#1557) 2024-05-19 14:55:51 +02:00
filter feat(filters): support daily shows (#1462) 2024-05-15 16:38:10 +02:00
http fix(auth): cookie expiry and renewal (#1527) 2024-05-08 10:38:02 +02:00
indexer fix(indexers): OPS log score parsing (#1592) 2024-07-17 00:39:29 +02:00
irc feat(irc): manually re-process announces (#1419) 2024-03-19 18:23:43 +01:00
logger fix(logger): properly SetGlobalLevel on all levels (#1504) 2024-04-12 15:17:07 +02:00
mock chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
notification feat(notifications): add support for custom Telegram api url (#1508) 2024-04-15 15:06:22 +02:00
release feat(indexers): add External Identifier to map with ARR indexers (#1534) 2024-05-04 12:37:01 +02:00
scheduler chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
server chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
update chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
user chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00
utils chore: update license header year (#1332) 2024-01-01 16:21:02 +01:00