autobrr/internal/indexer
martylukyy 041ee4cebe
fix(indexers): TS regex (#579)
* fix(indexers): TS regex

TS got rid of the "id=" part in their announces, resulting in our pattern not matching anymore.
Adjusted our regex with capturing the ID after `/` instead of `id=`.
Tested this the new expression with 1180 announces of which all resulted in a match.

* fixed test

fixed test to match new regex
2022-12-24 18:42:05 +01:00
..
definitions fix(indexers): TS regex (#579) 2022-12-24 18:42:05 +01:00
api.go feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
definitions.go feat: add backend 2021-08-11 15:26:17 +02:00
service.go feat(indexers): add support for optional baseurl override (#551) 2022-12-03 15:40:45 +01:00