miniflux-v2/internal/reader/processor
jvoisin 02a074ed26 Compile block/keep regex only once per feed
No need to compile them once for matching on the url,
once per tag, once per title, once per author, … one time is enough.
It also simplify error handling, since while regexp compilation can fail,
matching can't.
2024-03-17 12:08:03 -07:00
..
processor.go Compile block/keep regex only once per feed 2024-03-17 12:08:03 -07:00
processor_test.go Allow filtering feeds on entry.Author 2024-01-31 19:42:07 -08:00