Documentation
¶
Index ¶
- func CreateYoutubeCommand() *cli.Command
- func DownloadPlaylistDetails(store kv.KV, service *youtube.Service) error
- func DownloadPlaylists(store kv.KV, service *youtube.Service) error
- func DownloadVideoDetails(store kv.KV, service *youtube.Service) error
- func DownloadVideoDetailsBatch(store kv.KV, service *youtube.Service, account string, ids []string) error
- func GetChannel(service *youtube.Service, name string) (*youtube.Channel, error)
- func GetPlaylists(service *youtube.Service, id string) ([]*youtube.Playlist, error)
- func GetVideos(service *youtube.Service, ids []string) ([]*youtube.Video, error)
- func GetVideosForPlaylist(service *youtube.Service, id string) ([]*youtube.PlaylistItem, error)
- func UpdateAccount(store kv.KV, service *youtube.Service, slug string) error
- type YoutubePlaylistItem
- type YoutubeVideo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateYoutubeCommand ¶
func CreateYoutubeCommand() *cli.Command
func DownloadPlaylistDetails ¶
func DownloadPlaylists ¶
func DownloadVideoDetails ¶
func GetChannel ¶
func GetPlaylists ¶
func GetVideosForPlaylist ¶
Types ¶
type YoutubePlaylistItem ¶
Click to show internal directories.
Click to hide internal directories.