Documentation
¶
Index ¶
- type AV
- type Channel
- type Collection
- type Image
- type Item
- type Store
- func (s Store) Add(link string) error
- func (s Store) ChannelList() ([]string, error)
- func (s Store) Clear(channel string) error
- func (s Store) ClearAll() error
- func (s Store) DownloadedEpisodeList(channel string) ([]Item, error)
- func (s Store) FindChannel(search string) (result string, options []string, err error)
- func (s Store) GetEpisode(channel string, index int, overwrite bool) (string, error)
- func (s Store) Refresh(title string) ([]Item, error)
- func (s Store) RefreshAll() ([]Collection, error)
- func (s Store) Remove(channel string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AV ¶
type Channel ¶
type Channel struct {
FeedURL struct {
Href string `xml:"href,attr"`
} `xml:"atom link"`
Title string `xml:"title"`
Description string `xml:"description"`
Language string `xml:"language"`
Link string `xml:"_ link"`
Copyright string `xml:"copyright"`
Image Image `xml:"image"`
Items []Item `xml:"item"`
}
type Collection ¶
type Item ¶
type Store ¶
func (Store) ChannelList ¶
func (Store) DownloadedEpisodeList ¶
func (Store) FindChannel ¶
func (Store) GetEpisode ¶
func (Store) RefreshAll ¶
func (s Store) RefreshAll() ([]Collection, error)
Click to show internal directories.
Click to hide internal directories.