mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Simplify feed parser and format detection
- Avoid doing multiple buffer copies - Move parser and format detection logic to its own package
This commit is contained in:
parent
d5ff4191b6
commit
5870f04260
11 changed files with 229 additions and 221 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
/*
|
||||
|
||||
Package feed provides a generic feed parser that abstracts all different formats.
|
||||
Package feed handles feed updates and creation.
|
||||
|
||||
*/
|
||||
package feed // import "miniflux.app/reader/feed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue