Method: Apollo::Crawler::BaseCrawler#extract_data

Defined in:
lib/apollo_crawler/crawler/base_crawler.rb

#extract_data(doc) ⇒ Object

Extracts data from document



226
227
228
229
# File 'lib/apollo_crawler/crawler/base_crawler.rb', line 226

def extract_data(doc)
  res = []
  return res
end