Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spotify ¶ added in v0.1.0
type Spotify struct {
// contains filtered or unexported fields
}
func NewSpotify ¶ added in v0.1.0
func (*Spotify) SearchString ¶ added in v0.1.0
SearchString implements Platform.
type TrackSpeed ¶
type TrackSpeed int8
const ( TrackSpeed_0_25X TrackSpeed = iota - 3 TrackSpeed_0_5X TrackSpeed_0_75X // Default speed TrackSpeed_1X TrackSpeed_1_25X TrackSpeed_1_5X TrackSpeed_1_75X TrackSpeed_2X )
type Youtube ¶
type Youtube struct {
// contains filtered or unexported fields
}
func NewYoutube ¶
if client == nil, it will be defaulted to http.DefaultClient
func (*Youtube) SearchString ¶
SearchString implements Platform. The youtube search is extremely unstable and may break on any youtube update.
The data is extracted from html youtube responses.
Click to show internal directories.
Click to hide internal directories.