package
Version:
v0.83.0
Opens a new window with list of versions in this module.
Published: Nov 28, 2024
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func PodcastRssDownload(rssURL, outDir string)
type Channel struct {
Items []Item `xml:"item"`
}
type Enclosure struct {
URL string `xml:"url,attr"`
}
type Item struct {
Title string `xml:"title"`
PubDate string `xml:"pubDate"`
Enclosure Enclosure `xml:"enclosure"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.