opml – git.sr.ht/~m15o/opml Index | Files

package opml

import "git.sr.ht/~m15o/opml"

Package opml provides utilities to work with OPML subscription lists.

Index

Types

type Subscription

type Subscription struct {
	Title string
	URL   string
}

A Subscription represents an OPML outline of "rss" type

func Parse

func Parse(data []byte) (s []Subscription, err error)

Parse parses an OPML file into a slice of Subscription.

Source Files

opml.go

Version
v0.0.0-20220807110440-82ebdd0ba3d4 (latest)
Published
Aug 7, 2022
Platform
linux/amd64
Imports
1 packages
Last checked
2 weeks ago

Tools for package owners.