Axel Verhaeghe
|
a8d539ec62
|
feat(reader): add content rewrite rule to strip query params from blurry placeholder images
|
2025-09-29 22:34:54 +02:00 |
|
jvoisin
|
3a01f8a691
|
perf(misc): use arrays instead of slices where possible
Arrays have a fixed size in go, while slices don't, making the former way
faster than the latter: https://go-benchmarks.com/array-vs-slice
|
2025-08-11 18:26:58 -07:00 |
|
Frédéric Guillot
|
0f3c04a98a
|
test(rewrite): fix flaky test case by sorting query string keys
|
2025-08-05 17:31:43 -07:00 |
|
Julien Voisin
|
cce0e7bd29
|
refactor(rewrite): replaced regex-based YouTube and Invidious video ID extraction with URL parsing
|
2025-08-01 17:44:12 -07:00 |
|
Frédéric Guillot
|
f3ac4dacf6
|
test(rewrite): add unit tests for addYoutubeVideoFromId and addInvidiousVideo functions
|
2025-07-29 21:51:15 -07:00 |
|
Frédéric Guillot
|
cb59944d6b
|
refactor(processor): move RewriteEntryURL function to rewrite package
|
2025-06-19 13:22:29 -07:00 |
|