podcast_rss_download_utils

package
v0.83.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PodcastRssDownload

func PodcastRssDownload(rssURL, outDir string)

Types

type Channel

type Channel struct {
	Items []Item `xml:"item"`
}

type Enclosure

type Enclosure struct {
	URL string `xml:"url,attr"`
}

type Item

type Item struct {
	Title     string    `xml:"title"`
	PubDate   string    `xml:"pubDate"`
	Enclosure Enclosure `xml:"enclosure"`
}

type RSS

type RSS struct {
	Channel Channel `xml:"channel"`
}

Jump to

Keyboard shortcuts

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