Sha256: ff73c2cc5d825d8f0fcd3e74a956bf599f83ed25b4f8cf5aabe9351a2878c8bc

Contents?: true

Size: 240 Bytes

Versions: 1

Compression:

Stored size: 240 Bytes

Contents

module Garlenko

  module Crawler

    def agent
      @agent ||=  Mechanize.new { |agent|
        agent.user_agent = "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
        agent.follow_meta_refresh = true
      }
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
garlenko-0.0.2 lib/garlenko/crawler.rb