struct

Fetcher::ContentConfig

Inherits Struct < Value < Object

Content extraction configuration strip_entry_content: if true, entry HTML content is not extracted/parsed. Saves memory when only metadata (title, url, published_at) is needed.

Constructors

new(strip_entry_content : Bool = false)
Source

Instance methods

clone
Source
copy_with(strip_entry_content _strip_entry_content = @strip_entry_content)
Source
strip_entry_content