Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchBrowse ¶
func FetchBrowse(browse BrowseData) (string, int)
Types ¶
type BrowseData ¶
type BrowseData struct {
Context *Context `json:"context,omitempty"`
MusicConfig *BrowseMusicConfig `json:"browseEndpointContextMusicConfig,omitempty"`
BrowseId string `json:"browseId,omitempty"`
Params *string `json:"params,omitempty"`
Form *Form `json:"formData,omitempty"`
}
func TypeBrowse ¶
func TypeBrowse(id, params string, ct []string) BrowseData
func TypeBrowseForm ¶
func TypeBrowseForm(id, params, form string) BrowseData
func TypeBrowsePage ¶
func TypeBrowsePage(id, t string) BrowseData
type BrowseMusicConfig ¶
type BrowseMusicConfig struct {
MusicConfig PageType `json:"browseEndpointContextMusicConfig,omitempty"`
}
type Context ¶
type NextData ¶
type NextData struct {
Id string `json:"videoId,omitempty"`
PlaylistId string `json:"playlistId",omitempty`
Context Context `json:"context,omitempty"`
Audio bool `json:"isAudioOnly,omitempty"`
Tuner string `json:"tunerSettingValue,omitempty"`
Panel bool `json:"enablePersistentPlaylistPanel,omitempty"`
MusicConfig WatchMusicConfig `json:"watchEndpointMusicConfig,omitempty"`
}
type WatchMusicConfig ¶
Click to show internal directories.
Click to hide internal directories.