Versions in this module Expand all Collapse all v1 v1.0.0 May 19, 2026 Changes in this version + const BaseURL + const DefaultUserAgent + type Album struct + Platform string + Title string + Type string + URL string + Year string + type AlbumDetails struct + Songs []Song + Title string + type Client struct + HTTP tls_client.HttpClient + UserAgent string + func NewClient() *Client + func (c *Client) GetAlbumDetails(albumURL string) (AlbumDetails, error) + func (c *Client) GetDownloadURL(songURL string, format string) (string, error) + func (c *Client) Search(query string) ([]Album, error) + func (c *Client) SetBrowserHeaders(req *fhttp.Request) + type Song struct + Duration string + FLACSize string + MP3Size string + Number string + Title string + URL string