1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +00:00
miniflux-v2/internal/reader/processor
Frédéric Guillot 5e607be86a
refactor(config): rewrite config parser
This PR refactors the configuration parser, replacing the old parser implementation with a new, more structured approach that includes validation and improved organization.

Key changes:
- Complete rewrite of the configuration parser using a map-based structure with built-in validation
- Addition of comprehensive validator functions for configuration values
- Renamed numerous configuration getter methods for better consistency
2025-09-14 10:51:04 -07:00
..
bilibili.go refactor(processor): simplify bilibili processing 2025-06-19 11:43:47 -07:00
nebula.go refactor(processor): refactor common code into a fetchWatchTime function 2025-06-19 11:43:47 -07:00
odysee.go refactor(processor): refactor common code into a fetchWatchTime function 2025-06-19 11:43:47 -07:00
processor.go refactor(reader): move the fetcher outside of a loop 2025-08-05 17:39:23 -07:00
reading_time.go perf(misc): use arrays instead of slices where possible 2025-08-11 18:26:58 -07:00
utils.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00
utils_test.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00
youtube.go refactor(config): rewrite config parser 2025-09-14 10:51:04 -07:00
youtube_test.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00