Versions in this module Expand all Collapse all v1 v1.0.5 Aug 20, 2024 v1.0.4 Nov 2, 2021 Changes in this version + type Resources struct + WebResourceData []byte + WebResourceFrameName string + WebResourceMIMEType string + WebResourceTextEncodingName string + WebResourceURL string + type WebArchive struct + WebMainResources *Resources + WebSubResources []*Resources + WebSubframeArchives []*WebArchive + func (w *WebArchive) Doc(decorate bool) (*goquery.Document, error) + func (w *WebArchive) ExtractResources(dir string) (map[string]string, error) + func (w *WebArchive) FindResource(ref string) (res *Resources, exist bool) + func (w *WebArchive) From(warc string) (err error) + func (w *WebArchive) PatchRef(ref string) string