Documentation
¶
Overview ¶
Package tidal uses Tidal's API to seed edits.
Index ¶
Constants ¶
View Source
const AllCountriesCode = "XW"
AllCountriesCode is a value for online.Config's CountryCode field indicating that all countries should be queried.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider implements internal.Provider for Tidal.
func (*Provider) ExampleURL ¶
func (*Provider) MakeEdits ¶ added in v0.1.8
func (p *Provider) MakeEdits(ctx context.Context, pageURL string, db *mbdb.DB, cfg *internal.Config) ([]seed.Edit, error)
MakeEdits generates a seed.Release edit for the supplied Tidal album URL. A seed.Info object is also returned for the cover image. Tidal provides a JSON API, so the page is not fetched.
Click to show internal directories.
Click to hide internal directories.