Class: Scruber::Core::PageFormat::HTML

Inherits:
Base show all
Defined in:
lib/scruber/core/page_format/html.rb

Class Method Summary collapse

Class Method Details

.process(page) ⇒ Object



5
6
7
# File 'lib/scruber/core/page_format/html.rb', line 5

def self.process(page)
  Nokogiri::HTML(page.response_body) rescue nil
end