Class: Apollo::Fetcher::SimpleFetcher

Inherits:
BaseFetcher show all
Defined in:
lib/apollo_crawler/fetcher/simple_fetcher.rb

Class Method Summary collapse

Methods inherited from BaseFetcher

fetch_old, get_fake_headers

Class Method Details

.fetch(url, options = {}) ⇒ Object



29
30
31
32
# File 'lib/apollo_crawler/fetcher/simple_fetcher.rb', line 29

def self.fetch(url, options = {})
	# TODO: Throw exception ???
	return BaseFetcher::fetch(url)
end