Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Downloader struct {
// contains filtered or unexported fields
}
Downloader for downloading Youtube videos
func NewDownloader ¶
func NewDownloader() *Downloader
NewDownloader returns new instance of downloader
func (*Downloader) DownloadAudio ¶
func (d *Downloader) DownloadAudio(videoID string, w io.Writer) error
DownloadAudio of Youtube video with video ID
func (*Downloader) DownloadVideo ¶
func (d *Downloader) DownloadVideo(videoID string, w io.Writer) error
DownloadVideo of Youtube video with video ID
Click to show internal directories.
Click to hide internal directories.