Module z_url_metadata

Discover metadata about an url.

Copyright © 2014 Marc Worrell

Authors: Marc Worrell.

Description

Discover metadata about an url.

Function Index

fetch/1Fetch metadata information for the URL.
filename/2
html_meta/1
p/2Fetch properties of the fetched metadata.

Function Details

fetch/1

fetch(Url::binary() | string()) -> {ok, #url_metadata{}} | {error, term()}

Fetch metadata information for the URL

filename/2

filename(Url::binary() | string(), Hs::list()) -> binary() | undefined

html_meta/1

html_meta(Data) -> any()

p/2

p(Ks::atom() | binary() | [atom() | binary()], Url_metadata::#url_metadata{}) -> [binary()] | binary() | undefined

Fetch properties of the fetched metadata


Generated by EDoc