owl

package module
v0.0.0-...-7c20440 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2022 License: MIT Imports: 6 Imported by: 0

README

owl Go Documentation

A simple parser for RSS and Atom feeds.

Documentation

Overview

Package owl provides a simple parser for RSS and Atom feeds.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Title       string
	URL         string
	PublishedAt time.Time
}

An Entry represents a parsed entry from a feed.

func Parse

func Parse(feed []byte) (entries []Entry, err error)

Parse parses an RSS or Atom feed into a slice of Entry. An error is returned if the format is not supported.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL