Versions in this module Expand all Collapse all v0 v0.1.1 May 29, 2021 v0.1.0 May 18, 2021 Changes in this version + type Podcast struct + Atom string + Channel struct{ ... } + Googleplay string + Itunes string + Text string + Version string + XMLName xml.Name + func Parse(url string) (*Podcast, error) + func (p *Podcast) Cover() string + func (p *Podcast) DLs() (urls []string, name []string) + func (p *Podcast) GenerateLocalFeed(prefix, localpath string) + func (p *Podcast) Name() string + func (p *Podcast) SetName(name string)