Method: Html2rss::AutoSource#channel

Defined in:
lib/html2rss/auto_source.rb

#channelObject


56
57
58
# File 'lib/html2rss/auto_source.rb', line 56

def channel
  @channel ||= Channel.new(parsed_body, headers: @headers, url:)
end