1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00
miniflux-v2/internal/reader/readability
Julien Voisin 2671f57edd
refactor(readability): simplify the regexes in internal/reader/readability/readability.go
- Use strings.ToLower() instead of having case-insensitive regex
- Remove overlapping words in the regex
- Split a condition to increase readability
2024-12-07 16:56:19 -08:00
..
readability.go refactor(readability): simplify the regexes in internal/reader/readability/readability.go 2024-12-07 16:56:19 -08:00
readability_test.go feat: implement base element handling in content scraper 2024-07-25 20:36:56 -07:00