appstoreparse

package
v0.0.0-...-8e13b74 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppStoreMetadata

type AppStoreMetadata struct {

	// Value found in the appstore:developer_url <meta> tag.
	DeveloperURL string

	// Value found in the appstore:bundle_id <meta> tag.
	BundleID string

	// Value found in the appstore:store_id <meta> tag.
	StoreID string
}

AppStoreMetadata holds the values parsed from the app listing HTML.

func ParseAppStorePageHTML

func ParseAppStorePageHTML(htmlContent string) (*AppStoreMetadata, error)

ParseAppStorePageHTML accepts a string containing an HTML doc, returning a struct containing the parsed "appstore:" meta tag values.

Jump to

Keyboard shortcuts

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