1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-06 17:41:00 +00:00
miniflux-v2/internal/reader/processor
jvoisin b48e6472f5 refactor(processor): parse ~ISO8601 in a proper way
Instead of using an ugly (and incomplete) regex, let's use a simple for-loop to
parse ISO8601 dates, and make it explicit that we're only supporting a subset
of the spec, as we only care about youtube video durations.
2025-07-07 16:28:58 -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(processor): move FilterEntryMaxAgeDays filter to filter package 2025-06-19 17:56:45 -07:00
reading_time.go fix(filter): skip invalid rules instead of exiting the loop 2025-06-19 12:36:35 -07:00
utils.go refactor(processor): parse ~ISO8601 in a proper way 2025-07-07 16:28:58 -07:00
utils_test.go test(processor): add more unit tests for minifyContent function 2025-06-29 12:53:23 -07:00
youtube.go refactor(youtube): Remove a regex and make use of fetchWatchTime 2025-06-19 11:43:47 -07:00
youtube_test.go feat(processor): fetch YouTube watch time in bulk using the API 2025-01-24 15:16:23 -08:00