Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PodcastFormat ¶
type PodcastFormat string
const ( VideoBestPodcastFormat PodcastFormat = "video_best" VideoHDPodcastFormat PodcastFormat = "video_hd" VideoSDPodcastFormat PodcastFormat = "video_sd" AudioBestPodcastFormat PodcastFormat = "audio_best" )
func (PodcastFormat) BeautifulString ¶
func (p PodcastFormat) BeautifulString() string
func (PodcastFormat) IsValid ¶
func (p PodcastFormat) IsValid() bool
func (PodcastFormat) IsVideo ¶
func (p PodcastFormat) IsVideo() bool
func (PodcastFormat) MinQuality ¶
func (p PodcastFormat) MinQuality() int
Click to show internal directories.
Click to hide internal directories.