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
|
2cfeefc8d2
|
test(processor): increase test coverage for parseISO8601Duration
|
2025-07-07 17:01:10 -07:00 |
|
Frédéric Guillot
|
bc6ab44ff2
|
fix(filter): skip invalid rules instead of exiting the loop
|
2025-06-19 12:36:35 -07:00 |
|
jvoisin
|
f31a784eaa
|
refactor(processor): refactor common code into a fetchWatchTime function
Both nebula and odysee were using the same function to parse time.
|
2025-06-19 11:43:47 -07:00 |
|
jvoisin
|
7edfcc3cf7
|
refactor(processor): remove a useless type declaration
|
2025-06-19 11:43:47 -07:00 |
|
Maytham Alsudany
|
f01ff067a5
|
fix(processor): add missing quotation marks to import comments
|
2025-02-24 16:34:26 -08:00 |
|
Frédéric Guillot
|
369054b02d
|
feat(processor): fetch YouTube watch time in bulk using the API
|
2025-01-24 15:16:23 -08:00 |
|