1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/reader/processor
Julien Voisin fefbf2c935
refactor(processor): improve the rewrite URL rule regex
- Use `[^"]` instead of `.`, to help the regex engine to determine boundaries,
  instead of having it bruteforce its way to find them
- Use `+` instead of `*`, as empty rules don't make sense
2024-12-07 16:35:51 -08:00
..
bilibili.go refactor: split processor package into smaller files 2024-09-22 18:54:19 -07:00
nebula.go refactor: split processor package into smaller files 2024-09-22 18:54:19 -07:00
odysee.go refactor: split processor package into smaller files 2024-09-22 18:54:19 -07:00
processor.go refactor(processor): improve the rewrite URL rule regex 2024-12-07 16:35:51 -08:00
processor_test.go refactor: split processor package into smaller files 2024-09-22 18:54:19 -07:00
youtube.go feat: optionally fetch watch time from YouTube API instead of website 2024-12-07 16:00:35 -08:00
youtube_test.go refactor: split processor package into smaller files 2024-09-22 18:54:19 -07:00