miniflux-v2/internal/reader
jvoisin 4db138d4b8 Minor internal/reader/readability/readability.go speedup
- Don't use a capturing group in `divToPElementsRegexp`
- Remove a duplicate condition
- Replace a regex with a fixed-comparison and a `Contains`
2024-02-28 20:03:14 -08:00
..
atom Use modern for loops 2024-02-28 19:55:28 -08:00
date Small refactoring of internal/reader/date/parser.go 2024-02-26 18:08:04 -08:00
dublincore Handle RDF feeds with duplicated <title> elements 2024-02-23 17:40:58 -08:00
encoding Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00
fetcher Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
handler Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
icon Simplify internal/reader/icon/finder.go 2024-02-26 18:18:04 -08:00
json Update date parser to parse more invalid date formats 2023-11-01 20:55:35 +01:00
media Use strings.ReplaceAll instead of strings.Replace(…, -1) 2024-02-28 19:47:30 -08:00
opml Use modern for loops 2024-02-28 19:55:28 -08:00
parser Add a couple of fuzzers 2024-02-26 17:23:49 -08:00
processor Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
rdf Handle RDF feeds with duplicated <title> elements 2024-02-23 17:40:58 -08:00
readability Minor internal/reader/readability/readability.go speedup 2024-02-28 20:03:14 -08:00
readingtime Replace github.com/rylans/getlang with github.com/abadojack/whatlanggo 2023-10-06 22:04:31 -07:00
rewrite Remove superfluous escaping in a regex 2024-02-28 19:47:30 -08:00
rss Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00
sanitizer Divide the sanitization time by 3 2024-02-28 20:00:13 -08:00
scraper Improve a bit internal/reader/scraper/scraper.go 2024-02-26 18:00:23 -08:00
subscription Close resources as soon as possible, instead of using defer() in a loop 2024-02-28 19:47:30 -08:00
xml Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00