applemusic

package module
v0.0.0-...-1e40c91 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2018 License: BSD-2-Clause Imports: 4 Imported by: 0

README

https://godoc.org/github.com/nishanths/applemusic

Documentation

Overview

Package applemusic provides functions for parsing Apple Music Preview HTML pages.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artwork

type Artwork struct {
	HttpURL       string
	HttpsURL      string
	Type          string
	Width, Height int
}

type Info

type Info struct {
	Artwork   Artwork
	AlbumURL  string
	ArtistURL string
}

func ParseHTML

func ParseHTML(r io.Reader) (Info, error)

ParseHTML parses info from HTML pages such as https://itunes.apple.com/us/album/651871544?i=651871679.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL