scraper

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2015 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TRACK_NODE_CSS_PATH = `.track > .parentnode,
                         .album-horizantal-listing > .parentnode`
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TrackID3Meta

type TrackID3Meta struct {
	Id           string `json:"id,Number"`
	Title        string `json:"title"`
	Artist       string `json:"artist"`
	AlbumTitle   string `json:"albumtitle"`
	AlbumArtwork string `json:"albumartwork"`
	BaseName     string
}

func Scrape

func Scrape(playlistURL string) []*TrackID3Meta

Jump to

Keyboard shortcuts

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