link_preview_generator v0.0.2 LinkPreviewGenerator.Parsers.Opengraph
Parser implementation based on opengraph.
Summary
Functions
Get page description based on first encountered og:description property
Get page images based on og:image property
Get page title based on first encountered og:title property
Functions
Specs
description(LinkPreviewGenerator.Page.t, Floki.html_tree) :: LinkPreviewGenerator.Page.t
Get page description based on first encountered og:description property.
Specs
images(LinkPreviewGenerator.Page.t, Floki.html_tree) :: LinkPreviewGenerator.Page.t
Get page images based on og:image property.
Specs
title(LinkPreviewGenerator.Page.t, Floki.html_tree) :: LinkPreviewGenerator.Page.t
Get page title based on first encountered og:title property.