autobrr/internal
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
..
action feat(actions): simplify macro parsing (#560) 2022-12-10 21:48:19 +01:00
announce feat(indexers): add support for optional baseurl override (#551) 2022-12-03 15:40:45 +01:00
api fix(config): improve container detection (#420) 2022-08-21 18:21:43 +02:00
auth feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
client feat(releases): retry failed downloads (#491) 2022-10-19 21:52:31 +02:00
config fix(config): improve container detection (#420) 2022-08-21 18:21:43 +02:00
database fix(releases): improve load time by 47x (#565) 2022-12-16 11:43:09 -08:00
domain feat(filters): smart episode (#563) 2022-12-14 19:07:04 +01:00
download_client feat(actions): simplify macro parsing (#560) 2022-12-10 21:48:19 +01:00
events feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
feed fix(rss): ignore max_age for old feed items (#527) 2022-11-07 17:32:49 +01:00
filter feat(filters): smart episode (#563) 2022-12-14 19:07:04 +01:00
http feat(clients): add support for qBittorrent 4.4.0+ (#558) 2022-12-10 19:25:04 +01:00
indexer fix(indexers): TS regex (#579) 2022-12-24 18:42:05 +01:00
irc feat(irc): support optional SASL and NickServ auth (#511) 2022-10-27 22:25:58 +02:00
logger fix(logging): timestamp and update pkg (#309) 2022-06-15 23:00:33 +02:00
mock feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
notification feat(notifications): Notifiarr use auth header (#542) 2022-11-14 19:19:14 +01:00
release feat(filters): smart episode (#563) 2022-12-14 19:07:04 +01:00
scheduler feat(feeds): add generic RSS support (#410) 2022-08-20 00:34:46 +02:00
server feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
user feat(logging); improve messages and errors (#336) 2022-07-05 13:31:44 +02:00
utils feat: add backend 2021-08-11 15:26:17 +02:00