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
Julien Voisin a913f3f75f
feat(rewrite)!: remove parse_markdown rewrite rule
It was added in 2022 by #1513, to support blog.laravel.com, which has
since switched to HTML. The Atom 0.3/1.0, RSS 1.0/2.0, RDF, and JSON formats
don't support markdown in their spec, and any website serving it there should
be considered as buggy and fixed.

This shaves off 2MB from the miniflux binary, which is quite steep for a
feature that nobody is/should be using, and remove a dependency which is always
a good thing.
2024-12-08 14:34:47 -08:00
..
atom Ensure enclosure URLs are always absolute 2024-03-19 21:57:46 -07:00
date Small refactoring of internal/reader/date/parser.go 2024-02-26 18:08:04 -08:00
dublincore Refactor RDF parser to use an adapter 2024-03-12 20:54:05 -07:00
encoding Inline a one-liner function 2024-03-20 17:21:30 -07:00
fetcher fix: avoid panic in IsRateLimited() function 2024-10-06 21:34:23 -07:00
googleplay Refactor RSS Parser to use an adapter 2024-03-13 21:25:09 -07:00
handler fix: feed icon from xml ignored during force refresh 2024-12-07 15:59:49 -08:00
icon fix: load icon from site URL instead of feed URL 2024-12-07 16:06:26 -08:00
itunes Refactor RSS Parser to use an adapter 2024-03-13 21:25:09 -07:00
json Ensure enclosure URLs are always absolute 2024-03-19 21:57:46 -07:00
media Minor simplification of internal/reader/media/media.go 2024-03-18 16:09:32 -07:00
opml Add description field to feed settings 2024-05-06 15:40:36 -07:00
parser Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00
processor refactor(processor): improve the rewrite URL rule regex 2024-12-07 16:35:51 -08:00
rdf Remove trailing space in SiteURL and FeedURL 2024-03-18 17:51:06 -07:00
readability refactor(readability): simplify the regexes in internal/reader/readability/readability.go 2024-12-07 16:56:19 -08:00
readingtime reader/readingtime: fix incorrect package name 2024-05-21 18:12:24 -07:00
rewrite feat(rewrite)!: remove parse_markdown rewrite rule 2024-12-08 14:34:47 -08:00
rss feat(rss): calculate hash based on item title/content for feeds without GUID and link 2024-10-18 18:37:38 -07:00
sanitizer Remove a now-useless function 2024-12-07 16:50:18 -08:00
scraper feat: add predefined scraper rules for arstechnica.com 2024-11-14 17:47:31 -08:00
subscription feat: add support for base element when discovering feeds 2024-07-25 20:54:51 -07:00
urlcleaner fix: do not alter the original URL if there is no tracker parameter 2024-07-25 22:10:28 -07:00
xml Enable go-critic linter and fix various issues detected 2024-03-17 13:52:34 -07:00