Method: Html2rss::AttributePostProcessors::ParseUri#get

Defined in:
lib/html2rss/attribute_post_processors/parse_uri.rb

#getString



36
37
38
39
40
41
42
43
# File 'lib/html2rss/attribute_post_processors/parse_uri.rb', line 36

def get
  config_url = context.config.url

  Html2rss::Utils.build_absolute_url_from_relative(
    Html2rss::Utils.sanitize_url(value),
    config_url
  ).to_s
end