Class: DMMCrawler::Agent
- Inherits:
-
Object
- Object
- DMMCrawler::Agent
- Includes:
- Singleton
- Defined in:
- lib/dmm-crawler/agent.rb
Instance Method Summary collapse
Instance Method Details
#agent ⇒ Object
9 10 11 12 13 14 |
# File 'lib/dmm-crawler/agent.rb', line 9 def agent agent = ::Mechanize.new agent.request_headers = { 'Accept-Encoding' => '' } agent.ignore_bad_chunking = true agent end |