Versions in this module Expand all Collapse all v0 v0.3.0 Jun 14, 2026 v0.2.0 Jun 14, 2026 Changes in this version + const SourceFrodo + const SourceHTML + const SourceMobile + func CanonicalURL(typ, id string) (string, bool) + func NormalizeFrodo(entityType, id, url string, body []byte) (json.RawMessage, error) + func NormalizeHTML(entityType, id, url string, body []byte) json.RawMessage + type Class struct + Canonical string + EntityID string + EntityType string + Host string + Source string + func Classify(rawURL string) (Class, bool) + type Normalized struct + Cover string + Data json.RawMessage + EntityID string + EntityType string + Fields map[string]string + Intro string + JSONLD []json.RawMessage + Meta map[string]string + Rating *Rating + Source string + Title string + URL string + Year string + type Rating struct + Count int + Max float64 + Value float64