Kreuzcrawl.FeedInfo (kreuzcrawl v0.3.0-rc.37)

Copy Markdown

Information about a feed link found on a page.

Summary

Types

t()

Information about a feed link found on a page.

Types

t()

@type t() :: %Kreuzcrawl.FeedInfo{
  feed_type: String.t() | nil,
  title: String.t() | nil,
  url: String.t() | nil
}

Information about a feed link found on a page.