defmodule Frenzy.Pipeline.Extractor do @callback extract(Floki.html_tree()) :: {:ok, Floki.html_tree()} | {:error, String.t()} end