pkg

package
v0.0.0-...-f654a8d Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PUFO        = "\"DAS PODCAST UFO\""
	PUFOFeedURL = "https://rss.acast.com/podcast-ufo"
)

Variables

This section is empty.

Functions

func GetFeed

func GetFeed() *gofeed.Feed

Types

type Episode

type Episode struct {
	Id          string
	Title       string
	Description string
	URL         string
	Published   *time.Time
}

func GetEpisode

func GetEpisode(title string) (*Episode, error)

func GetEpisodes

func GetEpisodes() []*Episode

func GetLatestEpisode

func GetLatestEpisode() *Episode

func NewEpisodeFromFeed

func NewEpisodeFromFeed(item *gofeed.Item) *Episode

func (Episode) String

func (e Episode) String() string

Jump to

Keyboard shortcuts

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