module

Extractor

Constants

VERSION = "0.1.0"

Class methods

abort!

Aborts metadata extraction.

Source
extract(data : String, plugins = Extractor.plugins, &block : String, MetaType, MetaFormat, String, MetaData -> )

Extracts metadata from the given String.

Source
extract_from(path : String | Path, plugins = Extractor.plugins, &block : String, MetaType, MetaFormat, String, MetaData -> )

Extracts metadata from a file.

Source
plugins

The default list of plugins.

Source

Nested types